#413135

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

Shades of Cab Sav #413135

Tints of Cab Sav #413135

Color information

#413135 (or 0x413135) is unknown color: approx Cab Sav. HEX triplet: 41, 31 and 35. RGB value is (65,49,53). Sum of RGB (Red+Green+Blue) = 65+49+53=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413135 is #BECECA. Grayscale: #363636. Windows color (decimal): -12504779 or 3486017. OLE color: 3486017.

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

Color convert

RGB654953-
CMYK00.250.180.75
HSL345º14.04%22.35%-
HSV(B)345º24.62%25.49%-
XYZ3.923.583.85-
YUV54.24127.3135.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=38.92%
G=29.34%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495300.250.180.7534514.0422.35
Hex413135019124B159e16
Octal1016165031221135311626
Binary1000001110001110101011001100101001011101011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413135; }

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

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

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

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

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

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

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

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