Html Css Color HEX #735612 Raw Umber

📋 copy color: '#735612'

red 115 ◦ green 86 ◦ blue 18

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

Shades of Raw Umber #735612

Tints of Raw Umber #735612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

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

R = 52.51%
G = 39.27%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#735612 (or 0x735612) is known color: Raw Umber. HEX triplet: 73, 56 and 12. RGB value is (115,86,18). Sum of RGB (Red+Green+Blue) = 115+86+18=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735612 is #8CA9ED. Grayscale: #575757. Windows color (decimal): -9218542 or 1201779. OLE color: 1201779.

HSL color Cylindrical-coordinate representation of color #735612: hue angle of 42.06º 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 #735612 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 18 -
CMYK 0 0.25 0.84 0.55
HSL 42.06º 0.73% 0.26% -
HSV(B) 42.06º 0.84% 0.45% -
XYZ 10.51 10.34 2.02 -
YUV 86.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 115 86 18 0 0.25 0.84 0.55 42.06 0.73 0.26
Hex 73 56 12 0 19 54 37 2A 49 1A
Octal 163 126 22 0 31 124 67 52 111 32
Binary 1110011 1010110 10010 0 11001 1010100 110111 101010 1001001 11010

Color Harmonies of #735612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735612

Black with #735612

Text Example


Text Example

White with #735612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735612; }

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

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

background-color css

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

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

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

border-color css

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

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

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