Html Css Color HEX #82461B Russet

📋 copy color: '#82461B'

red 130 ◦ green 70 ◦ blue 27

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

Shades of Russet #82461B

Tints of Russet #82461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 57.27%
G = 30.84%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82461B (or 0x82461B) is known color: Russet. HEX triplet: 82, 46 and 1B. RGB value is (130,70,27). Sum of RGB (Red+Green+Blue) = 130+70+27=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82461B is #7DB9E4. Grayscale: #535353. Windows color (decimal): -8239589 or 1787522. OLE color: 1787522.

HSL color Cylindrical-coordinate representation of color #82461B: hue angle of 25.05º 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 #82461B is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 27 -
CMYK 0 0.46 0.79 0.49
HSL 25.05º 0.66% 0.31% -
HSV(B) 25.05º 0.79% 0.51% -
XYZ 11.59 9.21 2.2 -
YUV 83.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 130 70 27 0 0.46 0.79 0.49 25.05 0.66 0.31
Hex 82 46 1B 0 2E 4F 31 19 42 1F
Octal 202 106 33 0 56 117 61 31 102 37
Binary 10000010 1000110 11011 0 101110 1001111 110001 11001 1000010 11111

Color Harmonies of #82461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82461B

Black with #82461B

Text Example


Text Example

White with #82461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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