#3A3428

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

Shades of Creole #3A3428

Tints of Creole #3A3428

Color information

#3A3428 (or 0x3A3428) is unknown color: approx Creole. HEX triplet: 3A, 34 and 28. RGB value is (58,52,40). Sum of RGB (Red+Green+Blue) = 58+52+40=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3428 is #C5CBD7. Grayscale: #343434. Windows color (decimal): -12962776 or 2634810. OLE color: 2634810.

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

Color convert

RGB585240-
CMYK00.100.310.77
HSL40º18.37%19.22%-
HSV(B)40º31.03%22.75%-
XYZ3.363.512.51-
YUV52.43120.99131.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=38.67%
G=34.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58524000.100.310.774018.3719.22
Hex3A34280A1F4D281213
Octal72645001237115502223
Binary111010110100101000010101111110011011010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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