#422E2B

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

Shades of Rebel #422E2B

Tints of Rebel #422E2B

Color information

#422E2B (or 0x422E2B) is unknown color: approx Rebel. HEX triplet: 42, 2E and 2B. RGB value is (66,46,43). Sum of RGB (Red+Green+Blue) = 66+46+43=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E2B is #BDD1D4. Grayscale: #333333. Windows color (decimal): -12440021 or 2829890. OLE color: 2829890.

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

Color convert

RGB664643-
CMYK00.300.350.74
HSL7.83º21.1%21.37%-
HSV(B)7.83º34.85%25.88%-
XYZ3.663.292.73-
YUV51.64123.13138.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=42.58%
G=29.68%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66464300.300.350.747.8321.121.37
Hex422E2B01E234A81515
Octal102565303643112102525
Binary1000010101110101011011110100011100101010001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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