Html Css Color HEX #82500C Raw Umber

📋 copy color: '#82500C'

red 130 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #82500C

Tints of Raw Umber #82500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 58.56%
G = 36.04%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82500C (or 0x82500C) is known color: Raw Umber. HEX triplet: 82, 50 and 0C. RGB value is (130,80,12). Sum of RGB (Red+Green+Blue) = 130+80+12=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82500C is #7DAFF3. Grayscale: #575757. Windows color (decimal): -8237044 or 807042. OLE color: 807042.

HSL color Cylindrical-coordinate representation of color #82500C: hue angle of 34.58º 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 #82500C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 12 -
CMYK 0 0.38 0.91 0.49
HSL 34.58º 0.83% 0.28% -
HSV(B) 34.58º 0.91% 0.51% -
XYZ 12.14 10.51 1.74 -
YUV 87.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 130 80 12 0 0.38 0.91 0.49 34.58 0.83 0.28
Hex 82 50 C 0 26 5B 31 23 53 1C
Octal 202 120 14 0 46 133 61 43 123 34
Binary 10000010 1010000 1100 0 100110 1011011 110001 100011 1010011 11100

Color Harmonies of #82500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82500C

Black with #82500C

Text Example


Text Example

White with #82500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82500C;
 }
 .AnyTagClassName
 {
   color: #82500C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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