#836262

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

Shades of Light Wood #836262

Tints of Light Wood #836262

Color information

#836262 (or 0x836262) is unknown color: approx Light Wood. HEX triplet: 83, 62 and 62. RGB value is (131,98,98). Sum of RGB (Red+Green+Blue) = 131+98+98=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836262 is #7C9D9D. Grayscale: #6B6B6B. Windows color (decimal): -8166814 or 6447747. OLE color: 6447747.

HSL color Cylindrical-coordinate representation of color #836262: 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.25%. Process color model (Four color, CMYK) of #836262 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1319898-
CMYK00.250.250.49
HSL14.41%44.9%-
HSV(B)25.19%51.37%-
XYZ15.9314.4413.5-
YUV107.87122.43144.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=40.06%
G=29.97%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131989800.250.250.49014.4144.9
Hex83626201919310e2d
Octal203142142031316101655
Binary10000011110001011000100110011100111000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836262; }

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

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

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

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

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

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

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

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