Html Css Color HEX #82520A Raw Umber

📋 copy color: '#82520A'

red 130 ◦ green 82 ◦ blue 10

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

Shades of Raw Umber #82520A

Tints of Raw Umber #82520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 58.56%
G = 36.94%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82520A (or 0x82520A) is known color: Raw Umber. HEX triplet: 82, 52 and 0A. RGB value is (130,82,10). Sum of RGB (Red+Green+Blue) = 130+82+10=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82520A is #7DADF5. Grayscale: #585858. Windows color (decimal): -8236534 or 676482. OLE color: 676482.

HSL color Cylindrical-coordinate representation of color #82520A: hue angle of 36º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82520A is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 10 -
CMYK 0 0.37 0.92 0.49
HSL 36º 0.86% 0.27% -
HSV(B) 36º 0.92% 0.51% -
XYZ 12.28 10.8 1.73 -
YUV 88.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 130 82 10 0 0.37 0.92 0.49 36 0.86 0.27
Hex 82 52 A 0 25 5C 31 24 56 1B
Octal 202 122 12 0 45 134 61 44 126 33
Binary 10000010 1010010 1010 0 100101 1011100 110001 100100 1010110 11011

Color Harmonies of #82520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82520A

Black with #82520A

Text Example


Text Example

White with #82520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82520A; }

 p { color: rgb(130,82,10); }

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

background-color css

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

 a { background-color: rgb(130,82,10); }

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

border-color css

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

 span { border-color: rgb(130,82,10); }

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