#82550C

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

Shades of Raw Umber #82550C

Tints of Raw Umber #82550C

Color information

#82550C (or 0x82550C) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 0C. RGB value is (130,85,12). Sum of RGB (Red+Green+Blue) = 130+85+12=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82550C is #7DAAF3. Grayscale: #5A5A5A. Windows color (decimal): -8235764 or 808322. OLE color: 808322.

HSL color Cylindrical-coordinate representation of color #82550C: hue angle of 37.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82550C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1308512-
CMYK00.350.910.49
HSL37.12º83.1%27.84%-
HSV(B)37.12º90.77%50.98%-
XYZ12.5211.271.86-
YUV90.1383.91156.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=57.27%
G=37.44%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130851200.350.910.4937.1283.127.84
Hex8255C0235B3125531c
Octal20212514043133614512334
Binary100000101010101110001000111011011110001100101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82550C; }

 p { color: rgb(130,85,12); }

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

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

 a { background-color: rgb(130,85,12); }

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

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

 span { border-color: rgb(130,85,12); }

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