#442D28

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

Shades of Rebel #442D28

Tints of Rebel #442D28

Color information

#442D28 (or 0x442D28) is unknown color: approx Rebel. HEX triplet: 44, 2D and 28. RGB value is (68,45,40). Sum of RGB (Red+Green+Blue) = 68+45+40=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D28 is #BBD2D7. Grayscale: #333333. Windows color (decimal): -12309208 or 2633028. OLE color: 2633028.

HSL color Cylindrical-coordinate representation of color #442D28: hue angle of 10.71º 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 #442D28 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB684540-
CMYK00.340.410.73
HSL10.71º25.93%21.18%-
HSV(B)10.71º41.18%26.67%-
XYZ3.713.262.44-
YUV51.31121.62139.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=44.44%
G=29.41%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68454000.340.410.7310.7125.9321.18
Hex442D280222949b1a15
Octal104555004251111133225
Binary10001001011011010000100010101001100100110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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