#835002

Color #835002 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #835002

Tints of Raw Umber #835002

Color information

#835002 (or 0x835002) is unknown color: approx Raw Umber. HEX triplet: 83, 50 and 02. RGB value is (131,80,2). Sum of RGB (Red+Green+Blue) = 131+80+2=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #835002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835002 is #7CAFFD. Grayscale: #565656. Windows color (decimal): -8171518 or 151683. OLE color: 151683.

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

Color convert

RGB131802-
CMYK00.390.980.49
HSL36.28º96.99%26.08%-
HSV(B)36.28º98.47%51.37%-
XYZ12.2410.571.45-
YUV86.3680.4159.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=61.50%
G=37.56%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13180200.390.980.4936.2896.9926.08
Hex83502027623124611a
Octal2031202047142614414132
Binary1000001110100001001001111100010110001100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835002; }

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

 H1.HeaderClassName
 {
   color: #835002;
 }
 .AnyTagClassName
 {
   color: #835002;
 }
</style>
background-color css

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

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

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

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

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

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