Html Css Color HEX #835008 Raw Umber

📋 copy color: '#835008'

red 131 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #835008

Tints of Raw Umber #835008

RGB

 RED value IS 131 (51.56% from 255) = 59.82%

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

 BLUE value IS 8 (3.52% from 255) = 3.65%

R = 59.82%
G = 36.53%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#835008 (or 0x835008) is known color: Raw Umber. HEX triplet: 83, 50 and 08. RGB value is (131,80,8). Sum of RGB (Red+Green+Blue) = 131+80+8=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #835008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835008 is #7CAFF7. Grayscale: #575757. Windows color (decimal): -8171512 or 544899. OLE color: 544899.

HSL color Cylindrical-coordinate representation of color #835008: hue angle of 35.12º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #835008 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 8 -
CMYK 0 0.39 0.94 0.49
HSL 35.12º 0.88% 0.27% -
HSV(B) 35.12º 0.94% 0.51% -
XYZ 12.27 10.58 1.63 -
YUV 87.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 131 80 8 0 0.39 0.94 0.49 35.12 0.88 0.27
Hex 83 50 8 0 27 5E 31 23 58 1B
Octal 203 120 10 0 47 136 61 43 130 33
Binary 10000011 1010000 1000 0 100111 1011110 110001 100011 1011000 11011

Color Harmonies of #835008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835008

Black with #835008

Text Example


Text Example

White with #835008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835008; }

 p { color: rgb(131,80,8); }

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

background-color css

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

 a { background-color: rgb(131,80,8); }

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

border-color css

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

 span { border-color: rgb(131,80,8); }

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