#3A342A

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

Shades of Creole #3A342A

Tints of Creole #3A342A

Color information

#3A342A (or 0x3A342A) is unknown color: approx Creole. HEX triplet: 3A, 34 and 2A. RGB value is (58,52,42). Sum of RGB (Red+Green+Blue) = 58+52+42=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A342A is #C5CBD5. Grayscale: #343434. Windows color (decimal): -12962774 or 2765882. OLE color: 2765882.

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

Color convert

RGB585242-
CMYK00.100.280.77
HSL37.5º16%19.61%-
HSV(B)37.5º27.59%22.75%-
XYZ3.393.522.69-
YUV52.65121.99131.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=38.16%
G=34.21%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58524200.100.280.7737.51619.61
Hex3A342A0A1C4D261014
Octal72645201234115462024
Binary111010110100101010010101110010011011001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,42); }

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

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

 a { background-color: rgb(58,52,42); }

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

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

 span { border-color: rgb(58,52,42); }

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