Html Css Color HEX #82624B Dark Wood

📋 copy color: '#82624B'

red 130 ◦ green 98 ◦ blue 75

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

Shades of Dark Wood #82624B

Tints of Dark Wood #82624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 42.9%
G = 32.34%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82624B (or 0x82624B) is known color: Dark Wood. HEX triplet: 82, 62 and 4B. RGB value is (130,98,75). Sum of RGB (Red+Green+Blue) = 130+98+75=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82624B is #7D9DB4. Grayscale: #696969. Windows color (decimal): -8232373 or 4940418. OLE color: 4940418.

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

Color convert

RGB 130 98 75 -
CMYK 0 0.25 0.42 0.49
HSL 25.09º 0.27% 0.4% -
HSV(B) 25.09º 0.42% 0.51% -
XYZ 14.84 13.99 8.57 -
YUV 104.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 130 98 75 0 0.25 0.42 0.49 25.09 0.27 0.4
Hex 82 62 4B 0 19 2A 31 19 1B 28
Octal 202 142 113 0 31 52 61 31 33 50
Binary 10000010 1100010 1001011 0 11001 101010 110001 11001 11011 101000

Color Harmonies of #82624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82624B

Black with #82624B

Text Example


Text Example

White with #82624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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