Html Css Color HEX #83644C Dark Wood

📋 copy color: '#83644C'

red 131 ◦ green 100 ◦ blue 76

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

Shades of Dark Wood #83644C

Tints of Dark Wood #83644C

RGB

 RED value IS 131 (51.56% from 255) = 42.67%

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 42.67%
G = 32.57%
B = 24.76%

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

#83644C (or 0x83644C) is known color: Dark Wood. HEX triplet: 83, 64 and 4C. RGB value is (131,100,76). Sum of RGB (Red+Green+Blue) = 131+100+76=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83644C is #7C9BB3. Grayscale: #6A6A6A. Windows color (decimal): -8166324 or 5006467. OLE color: 5006467.

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

Color convert

RGB 131 100 76 -
CMYK 0 0.24 0.42 0.49
HSL 26.18º 0.27% 0.41% -
HSV(B) 26.18º 0.42% 0.51% -
XYZ 15.22 14.46 8.83 -
YUV 106.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 131 100 76 0 0.24 0.42 0.49 26.18 0.27 0.41
Hex 83 64 4C 0 18 2A 31 1A 1B 29
Octal 203 144 114 0 30 52 61 32 33 51
Binary 10000011 1100100 1001100 0 11000 101010 110001 11010 11011 101001

Color Harmonies of #83644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83644C

Black with #83644C

Text Example


Text Example

White with #83644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,100,76); }

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

background-color css

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

 a { background-color: rgb(131,100,76); }

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

border-color css

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

 span { border-color: rgb(131,100,76); }

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