Html Css Color HEX #735016 Raw Umber

📋 copy color: '#735016'

red 115 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #735016

Tints of Raw Umber #735016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 53%
G = 36.87%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#735016 (or 0x735016) is known color: Raw Umber. HEX triplet: 73, 50 and 16. RGB value is (115,80,22). Sum of RGB (Red+Green+Blue) = 115+80+22=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735016 is #8CAFE9. Grayscale: #545454. Windows color (decimal): -9220074 or 1462387. OLE color: 1462387.

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

Color convert

RGB 115 80 22 -
CMYK 0 0.30 0.81 0.55
HSL 37.42º 0.68% 0.27% -
HSV(B) 37.42º 0.81% 0.45% -
XYZ 10.08 9.44 2.05 -
YUV 83.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 115 80 22 0 0.30 0.81 0.55 37.42 0.68 0.27
Hex 73 50 16 0 1E 51 37 25 44 1B
Octal 163 120 26 0 36 121 67 45 104 33
Binary 1110011 1010000 10110 0 11110 1010001 110111 100101 1000100 11011

Color Harmonies of #735016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735016

Black with #735016

Text Example


Text Example

White with #735016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735016; }

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

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

background-color css

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

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

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

border-color css

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

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

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