#3C3428

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

Shades of Creole #3C3428

Tints of Creole #3C3428

Color information

#3C3428 (or 0x3C3428) is unknown color: approx Creole. HEX triplet: 3C, 34 and 28. RGB value is (60,52,40). Sum of RGB (Red+Green+Blue) = 60+52+40=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3428 is #C3CBD7. Grayscale: #353535. Windows color (decimal): -12831704 or 2634812. OLE color: 2634812.

HSL color Cylindrical-coordinate representation of color #3C3428: hue angle of 36º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3428 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB605240-
CMYK00.130.330.76
HSL36º20%19.61%-
HSV(B)36º33.33%23.53%-
XYZ3.473.572.51-
YUV53.02120.65132.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=39.47%
G=34.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60524000.130.330.76362019.61
Hex3C34280D214C241414
Octal74645001541114442424
Binary1111001101001010000110110000110011001001001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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