#412E28

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

Shades of Rebel #412E28

Tints of Rebel #412E28

Color information

#412E28 (or 0x412E28) is unknown color: approx Rebel. HEX triplet: 41, 2E and 28. RGB value is (65,46,40). Sum of RGB (Red+Green+Blue) = 65+46+40=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E28 is #BED1D7. Grayscale: #333333. Windows color (decimal): -12505560 or 2633281. OLE color: 2633281.

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

Color convert

RGB654640-
CMYK00.290.380.75
HSL14.4º23.81%20.59%-
HSV(B)14.4º38.46%25.49%-
XYZ3.543.232.44-
YUV51121.79137.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=43.05%
G=30.46%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65464000.290.380.7514.423.8120.59
Hex412E2801D264Be1815
Octal101565003546113163025
Binary1000001101110101000011101100110100101111101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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