Html Css Color HEX #835214 Raw Umber

📋 copy color: '#835214'

red 131 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #835214

Tints of Raw Umber #835214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 56.22%
G = 35.19%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#835214 (or 0x835214) is known color: Raw Umber. HEX triplet: 83, 52 and 14. RGB value is (131,82,20). Sum of RGB (Red+Green+Blue) = 131+82+20=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #835214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835214 is #7CADEB. Grayscale: #595959. Windows color (decimal): -8170988 or 1331843. OLE color: 1331843.

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

Color convert

RGB 131 82 20 -
CMYK 0 0.37 0.85 0.49
HSL 33.51º 0.74% 0.3% -
HSV(B) 33.51º 0.85% 0.51% -
XYZ 12.5 10.91 2.11 -
YUV 89.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 131 82 20 0 0.37 0.85 0.49 33.51 0.74 0.3
Hex 83 52 14 0 25 55 31 22 4A 1E
Octal 203 122 24 0 45 125 61 42 112 36
Binary 10000011 1010010 10100 0 100101 1010101 110001 100010 1001010 11110

Color Harmonies of #835214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835214

Black with #835214

Text Example


Text Example

White with #835214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835214; }

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

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

background-color css

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

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

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

border-color css

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

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

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