#412A2F

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

Shades of Cab Sav #412A2F

Tints of Cab Sav #412A2F

Color information

#412A2F (or 0x412A2F) is unknown color: approx Cab Sav. HEX triplet: 41, 2A and 2F. RGB value is (65,42,47). Sum of RGB (Red+Green+Blue) = 65+42+47=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2F is #BED5D0. Grayscale: #313131. Windows color (decimal): -12506577 or 3091009. OLE color: 3091009.

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

Color convert

RGB654247-
CMYK00.350.280.75
HSL346.96º21.5%20.98%-
HSV(B)346.96º35.38%25.49%-
XYZ3.522.983.08-
YUV49.45126.62139.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=42.21%
G=27.27%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65424700.350.280.75346.9621.520.98
Hex412A2F0231C4B15b1515
Octal1015257043341135332525
Binary100000110101010111101000111110010010111010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,47); }

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

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

 a { background-color: rgb(65,42,47); }

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

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

 span { border-color: rgb(65,42,47); }

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