#422F2B

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

Shades of Rebel #422F2B

Tints of Rebel #422F2B

Color information

#422F2B (or 0x422F2B) is unknown color: approx Rebel. HEX triplet: 42, 2F and 2B. RGB value is (66,47,43). Sum of RGB (Red+Green+Blue) = 66+47+43=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F2B is #BDD0D4. Grayscale: #343434. Windows color (decimal): -12439765 or 2830146. OLE color: 2830146.

HSL color Cylindrical-coordinate representation of color #422F2B: hue angle of 10.43º 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 #422F2B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB664743-
CMYK00.290.350.74
HSL10.43º21.1%21.37%-
HSV(B)10.43º34.85%25.88%-
XYZ3.73.372.74-
YUV52.22122.79137.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=42.31%
G=30.13%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66474300.290.350.7410.4321.121.37
Hex422F2B01D234Aa1515
Octal102575303543112122525
Binary1000010101111101011011101100011100101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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