Html Css Color HEX #735210 Raw Umber

📋 copy color: '#735210'

red 115 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #735210

Tints of Raw Umber #735210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 53.99%
G = 38.5%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#735210 (or 0x735210) is known color: Raw Umber. HEX triplet: 73, 52 and 10. RGB value is (115,82,16). Sum of RGB (Red+Green+Blue) = 115+82+16=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #735210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735210 is #8CADEF. Grayscale: #545454. Windows color (decimal): -9219568 or 1069683. OLE color: 1069683.

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

Color convert

RGB 115 82 16 -
CMYK 0 0.29 0.86 0.55
HSL 40º 0.76% 0.26% -
HSV(B) 40º 0.86% 0.45% -
XYZ 10.18 9.72 1.83 -
YUV 84.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 115 82 16 0 0.29 0.86 0.55 40 0.76 0.26
Hex 73 52 10 0 1D 56 37 28 4C 1A
Octal 163 122 20 0 35 126 67 50 114 32
Binary 1110011 1010010 10000 0 11101 1010110 110111 101000 1001100 11010

Color Harmonies of #735210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735210

Black with #735210

Text Example


Text Example

White with #735210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735210; }

 p { color: rgb(115,82,16); }

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

background-color css

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

 a { background-color: rgb(115,82,16); }

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

border-color css

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

 span { border-color: rgb(115,82,16); }

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