Html Css Color HEX #82501C Russet

📋 copy color: '#82501C'

red 130 ◦ green 80 ◦ blue 28

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

Shades of Russet #82501C

Tints of Russet #82501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 54.62%
G = 33.61%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82501C (or 0x82501C) is known color: Russet. HEX triplet: 82, 50 and 1C. RGB value is (130,80,28). Sum of RGB (Red+Green+Blue) = 130+80+28=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82501C is #7DAFE3. Grayscale: #595959. Windows color (decimal): -8237028 or 1855618. OLE color: 1855618.

HSL color Cylindrical-coordinate representation of color #82501C: hue angle of 30.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82501C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 28 -
CMYK 0 0.38 0.78 0.49
HSL 30.59º 0.65% 0.31% -
HSV(B) 30.59º 0.78% 0.51% -
XYZ 12.28 10.57 2.49 -
YUV 89.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 130 80 28 0 0.38 0.78 0.49 30.59 0.65 0.31
Hex 82 50 1C 0 26 4E 31 1F 41 1F
Octal 202 120 34 0 46 116 61 37 101 37
Binary 10000010 1010000 11100 0 100110 1001110 110001 11111 1000001 11111

Color Harmonies of #82501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82501C

Black with #82501C

Text Example


Text Example

White with #82501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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