Html Css Color HEX #82634C Dark Wood

📋 copy color: '#82634C'

red 130 ◦ green 99 ◦ blue 76

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

Shades of Dark Wood #82634C

Tints of Dark Wood #82634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 42.62%
G = 32.46%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82634C (or 0x82634C) is known color: Dark Wood. HEX triplet: 82, 63 and 4C. RGB value is (130,99,76). Sum of RGB (Red+Green+Blue) = 130+99+76=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82634C is #7D9CB3. Grayscale: #696969. Windows color (decimal): -8232116 or 5006210. OLE color: 5006210.

HSL color Cylindrical-coordinate representation of color #82634C: hue angle of 25.56º degrees, saturation: 0.26, 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 #82634C is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 76 -
CMYK 0 0.24 0.42 0.49
HSL 25.56º 0.26% 0.4% -
HSV(B) 25.56º 0.42% 0.51% -
XYZ 14.97 14.19 8.79 -
YUV 105.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 130 99 76 0 0.24 0.42 0.49 25.56 0.26 0.4
Hex 82 63 4C 0 18 2A 31 1A 1A 28
Octal 202 143 114 0 30 52 61 32 32 50
Binary 10000010 1100011 1001100 0 11000 101010 110001 11010 11010 101000

Color Harmonies of #82634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82634C

Black with #82634C

Text Example


Text Example

White with #82634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82634C; }

 p { color: rgb(130,99,76); }

 H1.HeaderClassName
 {
   color: #82634C;
 }
 .AnyTagClassName
 {
   color: #82634C;
 }
</style>

background-color css

<style>
 a { background-color: #82634C; }

 a { background-color: rgb(130,99,76); }

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

border-color css

<style>
 span { border-color: #82634C; }

 span { border-color: rgb(130,99,76); }

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