#3A3121

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

Shades of Creole #3A3121

Tints of Creole #3A3121

Color information

#3A3121 (or 0x3A3121) is unknown color: approx Creole. HEX triplet: 3A, 31 and 21. RGB value is (58,49,33). Sum of RGB (Red+Green+Blue) = 58+49+33=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3121 is #C5CEDE. Grayscale: #313131. Windows color (decimal): -12963551 or 2175290. OLE color: 2175290.

HSL color Cylindrical-coordinate representation of color #3A3121: hue angle of 38.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3121 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB584933-
CMYK00.160.430.77
HSL38.4º27.47%17.84%-
HSV(B)38.4º43.1%22.75%-
XYZ3.123.211.89-
YUV49.87118.48133.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=41.43%
G=35%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58493300.160.430.7738.427.4717.84
Hex3A31210102B4D261b12
Octal72614102053115463322
Binary11101011000110000101000010101110011011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,33); }

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

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

 a { background-color: rgb(58,49,33); }

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

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

 span { border-color: rgb(58,49,33); }

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