#412D28

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

Shades of Rebel #412D28

Tints of Rebel #412D28

Color information

#412D28 (or 0x412D28) is unknown color: approx Rebel. HEX triplet: 41, 2D and 28. RGB value is (65,45,40). Sum of RGB (Red+Green+Blue) = 65+45+40=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D28 is #BED2D7. Grayscale: #323232. Windows color (decimal): -12505816 or 2633025. OLE color: 2633025.

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

Color convert

RGB654540-
CMYK00.310.380.75
HSL12º23.81%20.59%-
HSV(B)12º38.46%25.49%-
XYZ3.53.152.43-
YUV50.41122.13138.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=43.33%
G=30%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65454000.310.380.751223.8120.59
Hex412D2801F264Bc1815
Octal101555003746113143025
Binary1000001101101101000011111100110100101111001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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