Html Css Color HEX #835205 Raw Umber

📋 copy color: '#835205'

red 131 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #835205

Tints of Raw Umber #835205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 60.09%
G = 37.61%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#835205 (or 0x835205) is known color: Raw Umber. HEX triplet: 83, 52 and 05. RGB value is (131,82,5). Sum of RGB (Red+Green+Blue) = 131+82+5=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #835205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835205 is #7CADFA. Grayscale: #585858. Windows color (decimal): -8171003 or 348803. OLE color: 348803.

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

Color convert

RGB 131 82 5 -
CMYK 0 0.37 0.96 0.49
HSL 36.67º 0.93% 0.27% -
HSV(B) 36.67º 0.96% 0.51% -
XYZ 12.4 10.87 1.59 -
YUV 87.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 131 82 5 0 0.37 0.96 0.49 36.67 0.93 0.27
Hex 83 52 5 0 25 60 31 25 5D 1B
Octal 203 122 5 0 45 140 61 45 135 33
Binary 10000011 1010010 101 0 100101 1100000 110001 100101 1011101 11011

Color Harmonies of #835205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835205

Black with #835205

Text Example


Text Example

White with #835205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835205; }

 p { color: rgb(131,82,5); }

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

background-color css

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

 a { background-color: rgb(131,82,5); }

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

border-color css

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

 span { border-color: rgb(131,82,5); }

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