#413538

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

Shades of Cab Sav #413538

Tints of Cab Sav #413538

Color information

#413538 (or 0x413538) is unknown color: approx Cab Sav. HEX triplet: 41, 35 and 38. RGB value is (65,53,56). Sum of RGB (Red+Green+Blue) = 65+53+56=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413538 is #BECAC7. Grayscale: #383838. Windows color (decimal): -12503752 or 3683649. OLE color: 3683649.

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

Color convert

RGB655356-
CMYK00.180.140.75
HSL345º10.17%23.14%-
HSV(B)345º18.46%25.49%-
XYZ4.173.964.29-
YUV56.93127.48133.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=37.36%
G=30.46%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65535600.180.140.7534510.1723.14
Hex413538012E4B159a17
Octal1016570022161135311227
Binary100000111010111100001001011101001011101011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413538; }

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

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

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

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

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

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

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

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