#413235

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

Shades of Cab Sav #413235

Tints of Cab Sav #413235

Color information

#413235 (or 0x413235) is unknown color: approx Cab Sav. HEX triplet: 41, 32 and 35. RGB value is (65,50,53). Sum of RGB (Red+Green+Blue) = 65+50+53=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413235 is #BECDCA. Grayscale: #363636. Windows color (decimal): -12504523 or 3486273. OLE color: 3486273.

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

Color convert

RGB655053-
CMYK00.230.180.75
HSL348º13.04%22.55%-
HSV(B)348º23.08%25.49%-
XYZ3.963.663.87-
YUV54.83126.97135.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=38.69%
G=29.76%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505300.230.180.7534813.0422.55
Hex413235017124B15cd17
Octal1016265027221135341527
Binary1000001110010110101010111100101001011101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413235; }

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

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

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

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

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

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

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

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