#836363

Color #836363 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #836363

Tints of Light Wood #836363

Color information

#836363 (or 0x836363) is unknown color: approx Light Wood. HEX triplet: 83, 63 and 63. RGB value is (131,99,99). Sum of RGB (Red+Green+Blue) = 131+99+99=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836363 is #7C9C9C. Grayscale: #6C6C6C. Windows color (decimal): -8166557 or 6513539. OLE color: 6513539.

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

Color convert

RGB1319999-
CMYK00.240.240.49
HSL13.91%45.1%-
HSV(B)24.43%51.37%-
XYZ16.0714.6513.78-
YUV108.57122.6144-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=39.82%
G=30.09%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131999900.240.240.49013.9145.1
Hex83636301818310e2d
Octal203143143030306101655
Binary10000011110001111000110110001100011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836363; }

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

 H1.HeaderClassName
 {
   color: #836363;
 }
 .AnyTagClassName
 {
   color: #836363;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #836363;
 }
 .BgClassName
 {
   background-color: #836363;
 }
</style>
border-color css

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

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

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