#442C27

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

Shades of Rebel #442C27

Tints of Rebel #442C27

Color information

#442C27 (or 0x442C27) is unknown color: approx Rebel. HEX triplet: 44, 2C and 27. RGB value is (68,44,39). Sum of RGB (Red+Green+Blue) = 68+44+39=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C27 is #BBD3D8. Grayscale: #323232. Windows color (decimal): -12309465 or 2567236. OLE color: 2567236.

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

Color convert

RGB684439-
CMYK00.350.430.73
HSL10.34º27.1%20.98%-
HSV(B)10.34º42.65%26.67%-
XYZ3.653.182.34-
YUV50.61121.45140.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=45.03%
G=29.14%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443900.350.430.7310.3427.120.98
Hex442C270232B49a1b15
Octal104544704353111123325
Binary10001001011001001110100011101011100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,39); }

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

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

 a { background-color: rgb(68,44,39); }

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

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

 span { border-color: rgb(68,44,39); }

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