Html Css Color HEX #82411E Russet

📋 copy color: '#82411E'

red 130 ◦ green 65 ◦ blue 30

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

Shades of Russet #82411E

Tints of Russet #82411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 57.78%
G = 28.89%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82411E (or 0x82411E) is known color: Russet. HEX triplet: 82, 41 and 1E. RGB value is (130,65,30). Sum of RGB (Red+Green+Blue) = 130+65+30=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82411E is #7DBEE1. Grayscale: #505050. Windows color (decimal): -8240866 or 1982850. OLE color: 1982850.

HSL color Cylindrical-coordinate representation of color #82411E: hue angle of 21º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82411E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 30 -
CMYK 0 0.50 0.77 0.49
HSL 21º 0.63% 0.31% -
HSV(B) 21º 0.77% 0.51% -
XYZ 11.33 8.62 2.29 -
YUV 80.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 130 65 30 0 0.50 0.77 0.49 21 0.63 0.31
Hex 82 41 1E 0 32 4D 31 15 3E 1F
Octal 202 101 36 0 62 115 61 25 76 37
Binary 10000010 1000001 11110 0 110010 1001101 110001 10101 111110 11111

Color Harmonies of #82411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82411E

Black with #82411E

Text Example


Text Example

White with #82411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82411E; }

 p { color: rgb(130,65,30); }

 H1.HeaderClassName
 {
   color: #82411E;
 }
 .AnyTagClassName
 {
   color: #82411E;
 }
</style>

background-color css

<style>
 a { background-color: #82411E; }

 a { background-color: rgb(130,65,30); }

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

border-color css

<style>
 span { border-color: #82411E; }

 span { border-color: rgb(130,65,30); }

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