#402E2A

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

Shades of Rebel #402E2A

Tints of Rebel #402E2A

Color information

#402E2A (or 0x402E2A) is unknown color: approx Rebel. HEX triplet: 40, 2E and 2A. RGB value is (64,46,42). Sum of RGB (Red+Green+Blue) = 64+46+42=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E2A is #BFD1D5. Grayscale: #323232. Windows color (decimal): -12571094 or 2764352. OLE color: 2764352.

HSL color Cylindrical-coordinate representation of color #402E2A: hue angle of 10.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402E2A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB644642-
CMYK00.280.340.75
HSL10.91º20.75%20.78%-
HSV(B)10.91º34.38%25.1%-
XYZ3.513.212.63-
YUV50.93122.96137.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=42.11%
G=30.26%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64464200.280.340.7510.9120.7520.78
Hex402E2A01C224Bb1515
Octal100565203442113132525
Binary1000000101110101010011100100010100101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E2A; }

 p { color: rgb(64,46,42); }

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

<style>
 a { background-color: #402E2A; }

 a { background-color: rgb(64,46,42); }

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

<style>
 span { border-color: #402E2A; }

 span { border-color: rgb(64,46,42); }

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