#734B1A

Color #734B1A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #734B1A

Tints of Raw Umber #734B1A

Color information

#734B1A (or 0x734B1A) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 1A. RGB value is (115,75,26). Sum of RGB (Red+Green+Blue) = 115+75+26=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #734B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B1A is #8CB4E5. Grayscale: #515151. Windows color (decimal): -9221350 or 1723251. OLE color: 1723251.

HSL color Cylindrical-coordinate representation of color #734B1A: hue angle of 33.03º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734B1A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1157526-
CMYK00.350.770.55
HSL33.03º63.12%27.65%-
HSV(B)33.03º77.39%45.1%-
XYZ9.778.752.15-
YUV81.3796.75151.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=53.24%
G=34.72%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115752600.350.770.5533.0363.1227.65
Hex734B1A0234D37213f1c
Octal1631133204311567417734
Binary11100111001011110100100011100110111011110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734B1A; }

 p { color: rgb(115,75,26); }

 H1.HeaderClassName
 {
   color: #734B1A;
 }
 .AnyTagClassName
 {
   color: #734B1A;
 }
</style>
background-color css

<style>
 a { background-color: #734B1A; }

 a { background-color: rgb(115,75,26); }

 div.DivClassName
 {
   background-color: #734B1A;
 }
 .BgClassName
 {
   background-color: #734B1A;
 }
</style>
border-color css

<style>
 span { border-color: #734B1A; }

 span { border-color: rgb(115,75,26); }

 td.TdClassName
 {
   border-color: #734B1A;
 }
 .TagClassName
 {
   border-color: #734B1A;
 }
</style>