#413435

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

Shades of Cab Sav #413435

Tints of Cab Sav #413435

Color information

#413435 (or 0x413435) is unknown color: approx Cab Sav. HEX triplet: 41, 34 and 35. RGB value is (65,52,53). Sum of RGB (Red+Green+Blue) = 65+52+53=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413435 is #BECBCA. Grayscale: #383838. Windows color (decimal): -12504011 or 3486785. OLE color: 3486785.

HSL color Cylindrical-coordinate representation of color #413435: hue angle of 355.38º 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 #413435 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB655253-
CMYK00.200.180.75
HSL355.38º11.11%22.94%-
HSV(B)355.38º20%25.49%-
XYZ4.053.843.9-
YUV56126.31134.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=38.24%
G=30.59%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65525300.200.180.75355.3811.1122.94
Hex413435014124B163b17
Octal1016465024221135431327
Binary1000001110100110101010100100101001011101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413435; }

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

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

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

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

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

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

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

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