Html Css Color HEX #82451A Russet

📋 copy color: '#82451A'

red 130 ◦ green 69 ◦ blue 26

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

Shades of Russet #82451A

Tints of Russet #82451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 57.78%
G = 30.67%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82451A (or 0x82451A) is known color: Russet. HEX triplet: 82, 45 and 1A. RGB value is (130,69,26). Sum of RGB (Red+Green+Blue) = 130+69+26=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82451A is #7DBAE5. Grayscale: #525252. Windows color (decimal): -8239846 or 1721730. OLE color: 1721730.

HSL color Cylindrical-coordinate representation of color #82451A: hue angle of 24.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82451A is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 26 -
CMYK 0 0.47 0.8 0.49
HSL 24.81º 0.67% 0.31% -
HSV(B) 24.81º 0.8% 0.51% -
XYZ 11.52 9.08 2.12 -
YUV 82.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 130 69 26 0 0.47 0.8 0.49 24.81 0.67 0.31
Hex 82 45 1A 0 2F 50 31 19 43 1F
Octal 202 105 32 0 57 120 61 31 103 37
Binary 10000010 1000101 11010 0 101111 1010000 110001 11001 1000011 11111

Color Harmonies of #82451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82451A

Black with #82451A

Text Example


Text Example

White with #82451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82451A; }

 p { color: rgb(130,69,26); }

 H1.HeaderClassName
 {
   color: #82451A;
 }
 .AnyTagClassName
 {
   color: #82451A;
 }
</style>

background-color css

<style>
 a { background-color: #82451A; }

 a { background-color: rgb(130,69,26); }

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

border-color css

<style>
 span { border-color: #82451A; }

 span { border-color: rgb(130,69,26); }

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