#413032

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

Shades of Cab Sav #413032

Tints of Cab Sav #413032

Color information

#413032 (or 0x413032) is unknown color: approx Cab Sav. HEX triplet: 41, 30 and 32. RGB value is (65,48,50). Sum of RGB (Red+Green+Blue) = 65+48+50=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413032 is #BECFCD. Grayscale: #353535. Windows color (decimal): -12505038 or 3289153. OLE color: 3289153.

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

Color convert

RGB654850-
CMYK00.260.230.75
HSL352.94º15.04%22.16%-
HSV(B)352.94º26.15%25.49%-
XYZ3.813.473.49-
YUV53.31126.13136.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=39.88%
G=29.45%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65485000.260.230.75352.9415.0422.16
Hex41303201A174B161f16
Octal1016062032271135411726
Binary1000001110000110010011010101111001011101100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413032; }

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

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

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

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

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

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

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

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