#412C30

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

Shades of Cab Sav #412C30

Tints of Cab Sav #412C30

Color information

#412C30 (or 0x412C30) is unknown color: approx Cab Sav. HEX triplet: 41, 2C and 30. RGB value is (65,44,48). Sum of RGB (Red+Green+Blue) = 65+44+48=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C30 is #BED3CF. Grayscale: #323232. Windows color (decimal): -12506064 or 3157057. OLE color: 3157057.

HSL color Cylindrical-coordinate representation of color #412C30: hue angle of 348.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C30 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB654448-
CMYK00.320.260.75
HSL348.57º19.27%21.37%-
HSV(B)348.57º32.31%25.49%-
XYZ3.613.143.21-
YUV50.74126.46138.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=41.40%
G=28.03%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65444800.320.260.75348.5719.2721.37
Hex412C300201A4B15d1315
Octal1015460040321135352325
Binary100000110110011000001000001101010010111010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C30; }

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

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

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

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

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

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

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

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