#413034

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

Shades of Cab Sav #413034

Tints of Cab Sav #413034

Color information

#413034 (or 0x413034) is unknown color: approx Cab Sav. HEX triplet: 41, 30 and 34. RGB value is (65,48,52). Sum of RGB (Red+Green+Blue) = 65+48+52=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #413034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413034 is #BECFCB. Grayscale: #353535. Windows color (decimal): -12505036 or 3420225. OLE color: 3420225.

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

Color convert

RGB654852-
CMYK00.260.200.75
HSL345.88º15.04%22.16%-
HSV(B)345.88º26.15%25.49%-
XYZ3.863.493.72-
YUV53.54127.13136.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=39.39%
G=29.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65485200.260.200.75345.8815.0422.16
Hex41303401A144B15af16
Octal1016064032241135321726
Binary1000001110000110100011010101001001011101011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413034; }

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

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

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

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

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

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

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

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