Html Css Color HEX #835A08 Raw Umber

📋 copy color: '#835A08'

red 131 ◦ green 90 ◦ blue 8

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

Shades of Raw Umber #835A08

Tints of Raw Umber #835A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

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

R = 57.21%
G = 39.3%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#835A08 (or 0x835A08) is known color: Raw Umber. HEX triplet: 83, 5A and 08. RGB value is (131,90,8). Sum of RGB (Red+Green+Blue) = 131+90+8=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #835A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A08 is #7CA5F7. Grayscale: #5D5D5D. Windows color (decimal): -8168952 or 547459. OLE color: 547459.

HSL color Cylindrical-coordinate representation of color #835A08: hue angle of 40º 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 #835A08 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 90 8 -
CMYK 0 0.31 0.94 0.49
HSL 40º 0.88% 0.27% -
HSV(B) 40º 0.94% 0.51% -
XYZ 13.06 12.16 1.89 -
YUV 92.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 131 90 8 0 0.31 0.94 0.49 40 0.88 0.27
Hex 83 5A 8 0 1F 5E 31 28 58 1B
Octal 203 132 10 0 37 136 61 50 130 33
Binary 10000011 1011010 1000 0 11111 1011110 110001 101000 1011000 11011

Color Harmonies of #835A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A08

Black with #835A08

Text Example


Text Example

White with #835A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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