#3E2E2C

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

Shades of Rebel #3E2E2C

Tints of Rebel #3E2E2C

Color information

#3E2E2C (or 0x3E2E2C) is unknown color: approx Rebel. HEX triplet: 3E, 2E and 2C. RGB value is (62,46,44). Sum of RGB (Red+Green+Blue) = 62+46+44=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E2C is #C1D1D3. Grayscale: #323232. Windows color (decimal): -12702164 or 2895422. OLE color: 2895422.

HSL color Cylindrical-coordinate representation of color #3E2E2C: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E2E2C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB624644-
CMYK00.260.290.76
HSL6.67º16.98%20.78%-
HSV(B)6.67º29.03%24.31%-
XYZ3.423.162.81-
YUV50.56124.3136.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.79%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=40.79%
G=30.26%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62464400.260.290.766.6716.9820.78
Hex3E2E2C01A1D4C71115
Octal7656540323511472125
Binary1111101011101011000110101110110011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2E2C; }

 p { color: rgb(62,46,44); }

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

<style>
 a { background-color: #3E2E2C; }

 a { background-color: rgb(62,46,44); }

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

<style>
 span { border-color: #3E2E2C; }

 span { border-color: rgb(62,46,44); }

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