Html Css Color HEX #735206 Raw Umber

📋 copy color: '#735206'

red 115 ◦ green 82 ◦ blue 6

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

Shades of Raw Umber #735206

Tints of Raw Umber #735206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 56.65%
G = 40.39%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#735206 (or 0x735206) is known color: Raw Umber. HEX triplet: 73, 52 and 06. RGB value is (115,82,6). Sum of RGB (Red+Green+Blue) = 115+82+6=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #735206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735206 is #8CADF9. Grayscale: #535353. Windows color (decimal): -9219578 or 414323. OLE color: 414323.

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

Color convert

RGB 115 82 6 -
CMYK 0 0.29 0.95 0.55
HSL 41.83º 0.9% 0.24% -
HSV(B) 41.83º 0.95% 0.45% -
XYZ 10.12 9.69 1.51 -
YUV 83.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 115 82 6 0 0.29 0.95 0.55 41.83 0.9 0.24
Hex 73 52 6 0 1D 5F 37 2A 5A 18
Octal 163 122 6 0 35 137 67 52 132 30
Binary 1110011 1010010 110 0 11101 1011111 110111 101010 1011010 11000

Color Harmonies of #735206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735206

Black with #735206

Text Example


Text Example

White with #735206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735206; }

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

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

background-color css

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

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

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

border-color css

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

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

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