Html Css Color HEX #82605F Light Wood

📋 copy color: '#82605F'

red 130 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #82605F

Tints of Light Wood #82605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 40.5%
G = 29.91%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82605F (or 0x82605F) is known color: Light Wood. HEX triplet: 82, 60 and 5F. RGB value is (130,96,95). Sum of RGB (Red+Green+Blue) = 130+96+95=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605F is #7D9FA0. Grayscale: #6A6A6A. Windows color (decimal): -8232865 or 6250626. OLE color: 6250626.

HSL color Cylindrical-coordinate representation of color #82605F: hue angle of 1.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82605F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 95 -
CMYK 0 0.26 0.27 0.49
HSL 1.71º 0.16% 0.44% -
HSV(B) 1.71º 0.27% 0.51% -
XYZ 15.45 13.94 12.7 -
YUV 106.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 130 96 95 0 0.26 0.27 0.49 1.71 0.16 0.44
Hex 82 60 5F 0 1A 1B 31 2 10 2C
Octal 202 140 137 0 32 33 61 2 20 54
Binary 10000010 1100000 1011111 0 11010 11011 110001 10 10000 101100

Color Harmonies of #82605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82605F

Black with #82605F

Text Example


Text Example

White with #82605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82605F; }

 p { color: rgb(130,96,95); }

 H1.HeaderClassName
 {
   color: #82605F;
 }
 .AnyTagClassName
 {
   color: #82605F;
 }
</style>

background-color css

<style>
 a { background-color: #82605F; }

 a { background-color: rgb(130,96,95); }

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

border-color css

<style>
 span { border-color: #82605F; }

 span { border-color: rgb(130,96,95); }

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