Html Css Color HEX #82605E Light Wood

📋 copy color: '#82605E'

red 130 ◦ green 96 ◦ blue 94

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

Shades of Light Wood #82605E

Tints of Light Wood #82605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 40.63%
G = 30%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82605E (or 0x82605E) is known color: Light Wood. HEX triplet: 82, 60 and 5E. RGB value is (130,96,94). Sum of RGB (Red+Green+Blue) = 130+96+94=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605E is #7D9FA1. Grayscale: #696969. Windows color (decimal): -8232866 or 6185090. OLE color: 6185090.

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

Color convert

RGB 130 96 94 -
CMYK 0 0.26 0.28 0.49
HSL 3.33º 0.16% 0.44% -
HSV(B) 3.33º 0.28% 0.51% -
XYZ 15.41 13.92 12.46 -
YUV 105.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 130 96 94 0 0.26 0.28 0.49 3.33 0.16 0.44
Hex 82 60 5E 0 1A 1C 31 3 10 2C
Octal 202 140 136 0 32 34 61 3 20 54
Binary 10000010 1100000 1011110 0 11010 11100 110001 11 10000 101100

Color Harmonies of #82605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82605E

Black with #82605E

Text Example


Text Example

White with #82605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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