Html Css Color HEX #82560B Raw Umber

📋 copy color: '#82560B'

red 130 ◦ green 86 ◦ blue 11

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

Shades of Raw Umber #82560B

Tints of Raw Umber #82560B

RGB

 RED value IS 130 (51.17% from 255) = 57.27%

 GREEN value IS 86 (33.98% from 255) = 37.89%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 57.27%
G = 37.89%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82560B (or 0x82560B) is known color: Raw Umber. HEX triplet: 82, 56 and 0B. RGB value is (130,86,11). Sum of RGB (Red+Green+Blue) = 130+86+11=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82560B is #7DA9F4. Grayscale: #5A5A5A. Windows color (decimal): -8235509 or 743042. OLE color: 743042.

HSL color Cylindrical-coordinate representation of color #82560B: hue angle of 37.82º 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 #82560B is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 11 -
CMYK 0 0.34 0.92 0.49
HSL 37.82º 0.84% 0.28% -
HSV(B) 37.82º 0.92% 0.51% -
XYZ 12.59 11.43 1.86 -
YUV 90.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 130 86 11 0 0.34 0.92 0.49 37.82 0.84 0.28
Hex 82 56 B 0 22 5C 31 26 54 1C
Octal 202 126 13 0 42 134 61 46 124 34
Binary 10000010 1010110 1011 0 100010 1011100 110001 100110 1010100 11100

Color Harmonies of #82560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82560B

Black with #82560B

Text Example


Text Example

White with #82560B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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