Html Css Color HEX #835308 Raw Umber

📋 copy color: '#835308'

red 131 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #835308

Tints of Raw Umber #835308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 59.01%
G = 37.39%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#835308 (or 0x835308) is known color: Raw Umber. HEX triplet: 83, 53 and 08. RGB value is (131,83,8). Sum of RGB (Red+Green+Blue) = 131+83+8=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #835308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835308 is #7CACF7. Grayscale: #595959. Windows color (decimal): -8170744 or 545667. OLE color: 545667.

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

Color convert

RGB 131 83 8 -
CMYK 0 0.37 0.94 0.49
HSL 36.59º 0.88% 0.27% -
HSV(B) 36.59º 0.94% 0.51% -
XYZ 12.5 11.03 1.7 -
YUV 88.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 131 83 8 0 0.37 0.94 0.49 36.59 0.88 0.27
Hex 83 53 8 0 25 5E 31 25 58 1B
Octal 203 123 10 0 45 136 61 45 130 33
Binary 10000011 1010011 1000 0 100101 1011110 110001 100101 1011000 11011

Color Harmonies of #835308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835308

Black with #835308

Text Example


Text Example

White with #835308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835308; }

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

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

background-color css

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

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

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

border-color css

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

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

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