Html Css Color HEX #82604A Dark Wood

📋 copy color: '#82604A'

red 130 ◦ green 96 ◦ blue 74

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

Shades of Dark Wood #82604A

Tints of Dark Wood #82604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 43.33%
G = 32%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82604A (or 0x82604A) is known color: Dark Wood. HEX triplet: 82, 60 and 4A. RGB value is (130,96,74). Sum of RGB (Red+Green+Blue) = 130+96+74=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #82604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82604A is #7D9FB5. Grayscale: #676767. Windows color (decimal): -8232886 or 4874370. OLE color: 4874370.

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

Color convert

RGB 130 96 74 -
CMYK 0 0.26 0.43 0.49
HSL 23.57º 0.27% 0.4% -
HSV(B) 23.57º 0.43% 0.51% -
XYZ 14.62 13.61 8.33 -
YUV 103.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 130 96 74 0 0.26 0.43 0.49 23.57 0.27 0.4
Hex 82 60 4A 0 1A 2B 31 18 1B 28
Octal 202 140 112 0 32 53 61 30 33 50
Binary 10000010 1100000 1001010 0 11010 101011 110001 11000 11011 101000

Color Harmonies of #82604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82604A

Black with #82604A

Text Example


Text Example

White with #82604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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