Html Css Color HEX #83633F Dark Wood

📋 copy color: '#83633F'

red 131 ◦ green 99 ◦ blue 63

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

Shades of Dark Wood #83633F

Tints of Dark Wood #83633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.5%

R = 44.71%
G = 33.79%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83633F (or 0x83633F) is known color: Dark Wood. HEX triplet: 83, 63 and 3F. RGB value is (131,99,63). Sum of RGB (Red+Green+Blue) = 131+99+63=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83633F is #7C9CC0. Grayscale: #686868. Windows color (decimal): -8166593 or 4154243. OLE color: 4154243.

HSL color Cylindrical-coordinate representation of color #83633F: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83633F is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 63 -
CMYK 0 0.24 0.52 0.49
HSL 31.76º 0.35% 0.38% -
HSV(B) 31.76º 0.52% 0.51% -
XYZ 14.72 14.11 6.65 -
YUV 104.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 131 99 63 0 0.24 0.52 0.49 31.76 0.35 0.38
Hex 83 63 3F 0 18 34 31 20 23 26
Octal 203 143 77 0 30 64 61 40 43 46
Binary 10000011 1100011 111111 0 11000 110100 110001 100000 100011 100110

Color Harmonies of #83633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83633F

Black with #83633F

Text Example


Text Example

White with #83633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83633F; }

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

 H1.HeaderClassName
 {
   color: #83633F;
 }
 .AnyTagClassName
 {
   color: #83633F;
 }
</style>

background-color css

<style>
 a { background-color: #83633F; }

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

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

border-color css

<style>
 span { border-color: #83633F; }

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

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