Html Css Color HEX #835514 Raw Umber

📋 copy color: '#835514'

red 131 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #835514

Tints of Raw Umber #835514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 55.51%
G = 36.02%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#835514 (or 0x835514) is known color: Raw Umber. HEX triplet: 83, 55 and 14. RGB value is (131,85,20). Sum of RGB (Red+Green+Blue) = 131+85+20=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #835514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835514 is #7CAAEB. Grayscale: #5B5B5B. Windows color (decimal): -8170220 or 1332611. OLE color: 1332611.

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

Color convert

RGB 131 85 20 -
CMYK 0 0.35 0.85 0.49
HSL 35.14º 0.74% 0.3% -
HSV(B) 35.14º 0.85% 0.51% -
XYZ 12.73 11.37 2.19 -
YUV 91.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 131 85 20 0 0.35 0.85 0.49 35.14 0.74 0.3
Hex 83 55 14 0 23 55 31 23 4A 1E
Octal 203 125 24 0 43 125 61 43 112 36
Binary 10000011 1010101 10100 0 100011 1010101 110001 100011 1001010 11110

Color Harmonies of #835514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835514

Black with #835514

Text Example


Text Example

White with #835514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835514; }

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

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

background-color css

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

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

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

border-color css

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

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

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