Html Css Color HEX #734912 Raw Umber

📋 copy color: '#734912'

red 115 ◦ green 73 ◦ blue 18

#734912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #734912

Tints of Raw Umber #734912

RGB

 RED value IS 115 (45.31% from 255) = 55.83%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 55.83%
G = 35.44%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#734912 (or 0x734912) is known color: Raw Umber. HEX triplet: 73, 49 and 12. RGB value is (115,73,18). Sum of RGB (Red+Green+Blue) = 115+73+18=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #734912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734912 is #8CB6ED. Grayscale: #4F4F4F. Windows color (decimal): -9221870 or 1198451. OLE color: 1198451.

HSL color Cylindrical-coordinate representation of color #734912: hue angle of 34.02º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #734912 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 73 18 -
CMYK 0 0.37 0.84 0.55
HSL 34.02º 0.73% 0.26% -
HSV(B) 34.02º 0.84% 0.45% -
XYZ 9.56 8.45 1.7 -
YUV 79.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 115 73 18 0 0.37 0.84 0.55 34.02 0.73 0.26
Hex 73 49 12 0 25 54 37 22 49 1A
Octal 163 111 22 0 45 124 67 42 111 32
Binary 1110011 1001001 10010 0 100101 1010100 110111 100010 1001001 11010

Color Harmonies of #734912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734912

Black with #734912

Text Example


Text Example

White with #734912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734912; }

 p { color: rgb(115,73,18); }

 H1.HeaderClassName
 {
   color: #734912;
 }
 .AnyTagClassName
 {
   color: #734912;
 }
</style>

background-color css

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

 a { background-color: rgb(115,73,18); }

 div.DivClassName
 {
   background-color: #734912;
 }
 .BgClassName
 {
   background-color: #734912;
 }
</style>

border-color css

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

 span { border-color: rgb(115,73,18); }

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