Html Css Color HEX #735011 Raw Umber

📋 copy color: '#735011'

red 115 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #735011

Tints of Raw Umber #735011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 54.25%
G = 37.74%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#735011 (or 0x735011) is known color: Raw Umber. HEX triplet: 73, 50 and 11. RGB value is (115,80,17). Sum of RGB (Red+Green+Blue) = 115+80+17=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #735011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735011 is #8CAFEE. Grayscale: #535353. Windows color (decimal): -9220079 or 1134707. OLE color: 1134707.

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

Color convert

RGB 115 80 17 -
CMYK 0 0.30 0.85 0.55
HSL 38.57º 0.74% 0.26% -
HSV(B) 38.57º 0.85% 0.45% -
XYZ 10.04 9.42 1.82 -
YUV 83.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 115 80 17 0 0.30 0.85 0.55 38.57 0.74 0.26
Hex 73 50 11 0 1E 55 37 27 4A 1A
Octal 163 120 21 0 36 125 67 47 112 32
Binary 1110011 1010000 10001 0 11110 1010101 110111 100111 1001010 11010

Color Harmonies of #735011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735011

Black with #735011

Text Example


Text Example

White with #735011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735011; }

 p { color: rgb(115,80,17); }

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

background-color css

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

 a { background-color: rgb(115,80,17); }

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

border-color css

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

 span { border-color: rgb(115,80,17); }

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