#442C26

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

Shades of Rebel #442C26

Tints of Rebel #442C26

Color information

#442C26 (or 0x442C26) is unknown color: approx Rebel. HEX triplet: 44, 2C and 26. RGB value is (68,44,38). Sum of RGB (Red+Green+Blue) = 68+44+38=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C26 is #BBD3D9. Grayscale: #323232. Windows color (decimal): -12309466 or 2501700. OLE color: 2501700.

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

Color convert

RGB684438-
CMYK00.350.440.73
HSL12º28.3%20.78%-
HSV(B)12º44.12%26.67%-
XYZ3.633.172.25-
YUV50.49120.95140.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=45.33%
G=29.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443800.350.440.731228.320.78
Hex442C260232C49c1c15
Octal104544604354111143425
Binary10001001011001001100100011101100100100111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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