Html Css Color HEX #82624D Dark Wood

📋 copy color: '#82624D'

red 130 ◦ green 98 ◦ blue 77

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

Shades of Dark Wood #82624D

Tints of Dark Wood #82624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 42.62%
G = 32.13%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82624D (or 0x82624D) is known color: Dark Wood. HEX triplet: 82, 62 and 4D. RGB value is (130,98,77). Sum of RGB (Red+Green+Blue) = 130+98+77=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82624D is #7D9DB2. Grayscale: #696969. Windows color (decimal): -8232371 or 5071490. OLE color: 5071490.

HSL color Cylindrical-coordinate representation of color #82624D: hue angle of 23.77º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82624D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 77 -
CMYK 0 0.25 0.41 0.49
HSL 23.77º 0.26% 0.41% -
HSV(B) 23.77º 0.41% 0.51% -
XYZ 14.91 14.02 8.94 -
YUV 105.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 130 98 77 0 0.25 0.41 0.49 23.77 0.26 0.41
Hex 82 62 4D 0 19 29 31 18 1A 29
Octal 202 142 115 0 31 51 61 30 32 51
Binary 10000010 1100010 1001101 0 11001 101001 110001 11000 11010 101001

Color Harmonies of #82624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82624D

Black with #82624D

Text Example


Text Example

White with #82624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82624D; }

 p { color: rgb(130,98,77); }

 H1.HeaderClassName
 {
   color: #82624D;
 }
 .AnyTagClassName
 {
   color: #82624D;
 }
</style>

background-color css

<style>
 a { background-color: #82624D; }

 a { background-color: rgb(130,98,77); }

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

border-color css

<style>
 span { border-color: #82624D; }

 span { border-color: rgb(130,98,77); }

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