Html Css Color HEX #835202 Raw Umber

📋 copy color: '#835202'

red 131 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #835202

Tints of Raw Umber #835202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 60.93%
G = 38.14%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#835202 (or 0x835202) is known color: Raw Umber. HEX triplet: 83, 52 and 02. RGB value is (131,82,2). Sum of RGB (Red+Green+Blue) = 131+82+2=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #835202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835202 is #7CADFD. Grayscale: #575757. Windows color (decimal): -8171006 or 152195. OLE color: 152195.

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

Color convert

RGB 131 82 2 -
CMYK 0 0.37 0.98 0.49
HSL 37.21º 0.97% 0.26% -
HSV(B) 37.21º 0.98% 0.51% -
XYZ 12.39 10.86 1.5 -
YUV 87.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 131 82 2 0 0.37 0.98 0.49 37.21 0.97 0.26
Hex 83 52 2 0 25 62 31 25 61 1A
Octal 203 122 2 0 45 142 61 45 141 32
Binary 10000011 1010010 10 0 100101 1100010 110001 100101 1100001 11010

Color Harmonies of #835202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835202

Black with #835202

Text Example


Text Example

White with #835202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835202; }

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

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

background-color css

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

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

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

border-color css

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

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

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