Html Css Color HEX #82511B Russet

📋 copy color: '#82511B'

red 130 ◦ green 81 ◦ blue 27

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

Shades of Russet #82511B

Tints of Russet #82511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 54.62%
G = 34.03%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82511B (or 0x82511B) is known color: Russet. HEX triplet: 82, 51 and 1B. RGB value is (130,81,27). Sum of RGB (Red+Green+Blue) = 130+81+27=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82511B is #7DAEE4. Grayscale: #595959. Windows color (decimal): -8236773 or 1790338. OLE color: 1790338.

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

Color convert

RGB 130 81 27 -
CMYK 0 0.38 0.79 0.49
HSL 31.46º 0.66% 0.31% -
HSV(B) 31.46º 0.79% 0.51% -
XYZ 12.35 10.71 2.45 -
YUV 89.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 130 81 27 0 0.38 0.79 0.49 31.46 0.66 0.31
Hex 82 51 1B 0 26 4F 31 1F 42 1F
Octal 202 121 33 0 46 117 61 37 102 37
Binary 10000010 1010001 11011 0 100110 1001111 110001 11111 1000010 11111

Color Harmonies of #82511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82511B

Black with #82511B

Text Example


Text Example

White with #82511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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