#413437

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

Shades of Cab Sav #413437

Tints of Cab Sav #413437

Color information

#413437 (or 0x413437) is unknown color: approx Cab Sav. HEX triplet: 41, 34 and 37. RGB value is (65,52,55). Sum of RGB (Red+Green+Blue) = 65+52+55=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413437 is #BECBC8. Grayscale: #383838. Windows color (decimal): -12504009 or 3617857. OLE color: 3617857.

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

Color convert

RGB655255-
CMYK00.200.150.75
HSL346.15º11.11%22.94%-
HSV(B)346.15º20%25.49%-
XYZ4.13.864.14-
YUV56.23127.31134.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=37.79%
G=30.23%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65525500.200.150.75346.1511.1122.94
Hex413437014F4B15ab17
Octal1016467024171135321327
Binary100000111010011011101010011111001011101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413437; }

 p { color: rgb(65,52,55); }

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

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

 a { background-color: rgb(65,52,55); }

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

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

 span { border-color: rgb(65,52,55); }

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