Html Css Color HEX #835512 Raw Umber

📋 copy color: '#835512'

red 131 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #835512

Tints of Raw Umber #835512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 55.98%
G = 36.32%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#835512 (or 0x835512) is known color: Raw Umber. HEX triplet: 83, 55 and 12. RGB value is (131,85,18). Sum of RGB (Red+Green+Blue) = 131+85+18=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #835512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835512 is #7CAAED. Grayscale: #5B5B5B. Windows color (decimal): -8170222 or 1201539. OLE color: 1201539.

HSL color Cylindrical-coordinate representation of color #835512: hue angle of 35.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #835512 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 18 -
CMYK 0 0.35 0.86 0.49
HSL 35.58º 0.76% 0.29% -
HSV(B) 35.58º 0.86% 0.51% -
XYZ 12.72 11.37 2.1 -
YUV 91.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 131 85 18 0 0.35 0.86 0.49 35.58 0.76 0.29
Hex 83 55 12 0 23 56 31 24 4C 1D
Octal 203 125 22 0 43 126 61 44 114 35
Binary 10000011 1010101 10010 0 100011 1010110 110001 100100 1001100 11101

Color Harmonies of #835512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835512

Black with #835512

Text Example


Text Example

White with #835512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835512; }

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

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

background-color css

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

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

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

border-color css

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

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

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