#412A2E

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

Shades of Cab Sav #412A2E

Tints of Cab Sav #412A2E

Color information

#412A2E (or 0x412A2E) is unknown color: approx Cab Sav. HEX triplet: 41, 2A and 2E. RGB value is (65,42,46). Sum of RGB (Red+Green+Blue) = 65+42+46=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2E is #BED5D1. Grayscale: #313131. Windows color (decimal): -12506578 or 3025473. OLE color: 3025473.

HSL color Cylindrical-coordinate representation of color #412A2E: hue angle of 349.57º 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 #412A2E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB654246-
CMYK00.350.290.75
HSL349.57º21.5%20.98%-
HSV(B)349.57º35.38%25.49%-
XYZ3.52.982.97-
YUV49.33126.12139.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=42.48%
G=27.45%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65424600.350.290.75349.5721.520.98
Hex412A2E0231D4B15e1515
Octal1015256043351135362525
Binary100000110101010111001000111110110010111010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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