#442E28

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

Shades of Rebel #442E28

Tints of Rebel #442E28

Color information

#442E28 (or 0x442E28) is unknown color: approx Rebel. HEX triplet: 44, 2E and 28. RGB value is (68,46,40). Sum of RGB (Red+Green+Blue) = 68+46+40=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E28 is #BBD1D7. Grayscale: #333333. Windows color (decimal): -12308952 or 2633284. OLE color: 2633284.

HSL color Cylindrical-coordinate representation of color #442E28: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442E28 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB684640-
CMYK00.320.410.73
HSL12.86º25.93%21.18%-
HSV(B)12.86º41.18%26.67%-
XYZ3.743.342.45-
YUV51.89121.29139.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=44.16%
G=29.87%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68464000.320.410.7312.8625.9321.18
Hex442E280202949d1a15
Octal104565004051111153225
Binary10001001011101010000100000101001100100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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