#82510B

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

Shades of Raw Umber #82510B

Tints of Raw Umber #82510B

Color information

#82510B (or 0x82510B) is unknown color: approx Raw Umber. HEX triplet: 82, 51 and 0B. RGB value is (130,81,11). Sum of RGB (Red+Green+Blue) = 130+81+11=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82510B is #7DAEF4. Grayscale: #575757. Windows color (decimal): -8236789 or 741762. OLE color: 741762.

HSL color Cylindrical-coordinate representation of color #82510B: hue angle of 35.29º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82510B is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1308111-
CMYK00.380.920.49
HSL35.29º84.4%27.65%-
HSV(B)35.29º91.54%50.98%-
XYZ12.2110.651.73-
YUV87.6784.73158.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=58.56%
G=36.49%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130811100.380.920.4935.2984.427.65
Hex8251B0265C3123541c
Octal20212113046134614312434
Binary100000101010001101101001101011100110001100011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82510B; }

 p { color: rgb(130,81,11); }

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

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

 a { background-color: rgb(130,81,11); }

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

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

 span { border-color: rgb(130,81,11); }

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