Html Css Color HEX #83624C Dark Wood

📋 copy color: '#83624C'

red 131 ◦ green 98 ◦ blue 76

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

Shades of Dark Wood #83624C

Tints of Dark Wood #83624C

RGB

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

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

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

R = 42.95%
G = 32.13%
B = 24.92%

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

#83624C (or 0x83624C) is known color: Dark Wood. HEX triplet: 83, 62 and 4C. RGB value is (131,98,76). Sum of RGB (Red+Green+Blue) = 131+98+76=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83624C is #7C9DB3. Grayscale: #696969. Windows color (decimal): -8166836 or 5005955. OLE color: 5005955.

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

Color convert

RGB 131 98 76 -
CMYK 0 0.25 0.42 0.49
HSL 24º 0.27% 0.41% -
HSV(B) 24º 0.42% 0.51% -
XYZ 15.03 14.08 8.76 -
YUV 105.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 131 98 76 0 0.25 0.42 0.49 24 0.27 0.41
Hex 83 62 4C 0 19 2A 31 18 1B 29
Octal 203 142 114 0 31 52 61 30 33 51
Binary 10000011 1100010 1001100 0 11001 101010 110001 11000 11011 101001

Color Harmonies of #83624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83624C

Black with #83624C

Text Example


Text Example

White with #83624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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