Html Css Color HEX #83634C Dark Wood

📋 copy color: '#83634C'

red 131 ◦ green 99 ◦ blue 76

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

Shades of Dark Wood #83634C

Tints of Dark Wood #83634C

RGB

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

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

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

R = 42.81%
G = 32.35%
B = 24.84%

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

#83634C (or 0x83634C) is known color: Dark Wood. HEX triplet: 83, 63 and 4C. RGB value is (131,99,76). Sum of RGB (Red+Green+Blue) = 131+99+76=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83634C is #7C9CB3. Grayscale: #6A6A6A. Windows color (decimal): -8166580 or 5006211. OLE color: 5006211.

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

Color convert

RGB 131 99 76 -
CMYK 0 0.24 0.42 0.49
HSL 25.09º 0.27% 0.41% -
HSV(B) 25.09º 0.42% 0.51% -
XYZ 15.13 14.27 8.79 -
YUV 105.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 131 99 76 0 0.24 0.42 0.49 25.09 0.27 0.41
Hex 83 63 4C 0 18 2A 31 19 1B 29
Octal 203 143 114 0 30 52 61 31 33 51
Binary 10000011 1100011 1001100 0 11000 101010 110001 11001 11011 101001

Color Harmonies of #83634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83634C

Black with #83634C

Text Example


Text Example

White with #83634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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