Html Css Color HEX #835012 Raw Umber

📋 copy color: '#835012'

red 131 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #835012

Tints of Raw Umber #835012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 57.21%
G = 34.93%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#835012 (or 0x835012) is known color: Raw Umber. HEX triplet: 83, 50 and 12. RGB value is (131,80,18). Sum of RGB (Red+Green+Blue) = 131+80+18=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #835012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835012 is #7CAFED. Grayscale: #585858. Windows color (decimal): -8171502 or 1200259. OLE color: 1200259.

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

Color convert

RGB 131 80 18 -
CMYK 0 0.39 0.86 0.49
HSL 32.92º 0.76% 0.29% -
HSV(B) 32.92º 0.86% 0.51% -
XYZ 12.34 10.61 1.97 -
YUV 88.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 131 80 18 0 0.39 0.86 0.49 32.92 0.76 0.29
Hex 83 50 12 0 27 56 31 21 4C 1D
Octal 203 120 22 0 47 126 61 41 114 35
Binary 10000011 1010000 10010 0 100111 1010110 110001 100001 1001100 11101

Color Harmonies of #835012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835012

Black with #835012

Text Example


Text Example

White with #835012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835012; }

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

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

background-color css

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

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

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

border-color css

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

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

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