Html Css Color HEX #82635B Russett

📋 copy color: '#82635B'

red 130 ◦ green 99 ◦ blue 91

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

Shades of Russett #82635B

Tints of Russett #82635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 40.63%
G = 30.94%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82635B (or 0x82635B) is known color: Russett. HEX triplet: 82, 63 and 5B. RGB value is (130,99,91). Sum of RGB (Red+Green+Blue) = 130+99+91=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82635B is #7D9CA4. Grayscale: #6B6B6B. Windows color (decimal): -8232101 or 5989250. OLE color: 5989250.

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

Color convert

RGB 130 99 91 -
CMYK 0 0.24 0.30 0.49
HSL 12.31º 0.18% 0.43% -
HSV(B) 12.31º 0.3% 0.51% -
XYZ 15.56 14.42 11.86 -
YUV 107.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 130 99 91 0 0.24 0.30 0.49 12.31 0.18 0.43
Hex 82 63 5B 0 18 1E 31 C 12 2B
Octal 202 143 133 0 30 36 61 14 22 53
Binary 10000010 1100011 1011011 0 11000 11110 110001 1100 10010 101011

Color Harmonies of #82635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82635B

Black with #82635B

Text Example


Text Example

White with #82635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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