#413236

Color #413236 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #413236

Tints of Cab Sav #413236

Color information

#413236 (or 0x413236) is unknown color: approx Cab Sav. HEX triplet: 41, 32 and 36. RGB value is (65,50,54). Sum of RGB (Red+Green+Blue) = 65+50+54=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413236 is #BECDC9. Grayscale: #363636. Windows color (decimal): -12504522 or 3551809. OLE color: 3551809.

HSL color Cylindrical-coordinate representation of color #413236: hue angle of 344º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413236 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB655054-
CMYK00.230.170.75
HSL344º13.04%22.55%-
HSV(B)344º23.08%25.49%-
XYZ3.993.673.99-
YUV54.94127.47135.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=38.46%
G=29.59%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505400.230.170.7534413.0422.55
Hex413236017114B158d17
Octal1016266027211135301527
Binary1000001110010110110010111100011001011101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413236; }

 p { color: rgb(65,50,54); }

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

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

 a { background-color: rgb(65,50,54); }

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

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

 span { border-color: rgb(65,50,54); }

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