#442B26

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

Shades of Rebel #442B26

Tints of Rebel #442B26

Color information

#442B26 (or 0x442B26) is unknown color: approx Rebel. HEX triplet: 44, 2B and 26. RGB value is (68,43,38). Sum of RGB (Red+Green+Blue) = 68+43+38=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B26 is #BBD4D9. Grayscale: #313131. Windows color (decimal): -12309722 or 2501444. OLE color: 2501444.

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

Color convert

RGB684338-
CMYK00.370.440.73
HSL10º28.3%20.78%-
HSV(B)10º44.12%26.67%-
XYZ3.63.12.24-
YUV49.9121.28140.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=45.64%
G=28.86%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68433800.370.440.731028.320.78
Hex442B260252C49a1c15
Octal104534604554111123425
Binary10001001010111001100100101101100100100110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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