#422B26

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

Shades of Rebel #422B26

Tints of Rebel #422B26

Color information

#422B26 (or 0x422B26) is unknown color: approx Rebel. HEX triplet: 42, 2B and 26. RGB value is (66,43,38). Sum of RGB (Red+Green+Blue) = 66+43+38=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B26 is #BDD4D9. Grayscale: #313131. Windows color (decimal): -12440794 or 2501442. OLE color: 2501442.

HSL color Cylindrical-coordinate representation of color #422B26: hue angle of 10.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422B26 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB664338-
CMYK00.350.420.74
HSL10.71º26.92%20.39%-
HSV(B)10.71º42.42%25.88%-
XYZ3.463.032.24-
YUV49.31121.62139.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=44.90%
G=29.25%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66433800.350.420.7410.7126.9220.39
Hex422B260232A4Ab1b14
Octal102534604352112133324
Binary10000101010111001100100011101010100101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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