Html Css Color HEX #82645B Russett

📋 copy color: '#82645B'

red 130 ◦ green 100 ◦ blue 91

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

Shades of Russett #82645B

Tints of Russett #82645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 40.5%
G = 31.15%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82645B (or 0x82645B) is known color: Russett. HEX triplet: 82, 64 and 5B. RGB value is (130,100,91). Sum of RGB (Red+Green+Blue) = 130+100+91=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82645B is #7D9BA4. Grayscale: #6C6C6C. Windows color (decimal): -8231845 or 5989506. OLE color: 5989506.

HSL color Cylindrical-coordinate representation of color #82645B: hue angle of 13.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82645B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 91 -
CMYK 0 0.23 0.30 0.49
HSL 13.85º 0.18% 0.43% -
HSV(B) 13.85º 0.3% 0.51% -
XYZ 15.65 14.62 11.89 -
YUV 107.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 130 100 91 0 0.23 0.30 0.49 13.85 0.18 0.43
Hex 82 64 5B 0 17 1E 31 E 12 2B
Octal 202 144 133 0 27 36 61 16 22 53
Binary 10000010 1100100 1011011 0 10111 11110 110001 1110 10010 101011

Color Harmonies of #82645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82645B

Black with #82645B

Text Example


Text Example

White with #82645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,100,91); }

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

background-color css

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

 a { background-color: rgb(130,100,91); }

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

border-color css

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

 span { border-color: rgb(130,100,91); }

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