#3A3224

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

Shades of Creole #3A3224

Tints of Creole #3A3224

Color information

#3A3224 (or 0x3A3224) is unknown color: approx Creole. HEX triplet: 3A, 32 and 24. RGB value is (58,50,36). Sum of RGB (Red+Green+Blue) = 58+50+36=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3224 is #C5CDDB. Grayscale: #323232. Windows color (decimal): -12963292 or 2372154. OLE color: 2372154.

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

Color convert

RGB585036-
CMYK00.140.380.77
HSL38.18º23.4%18.43%-
HSV(B)38.18º37.93%22.75%-
XYZ3.23.312.14-
YUV50.8119.65133.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 36 (14.45% from 255) = 25%
R=40.28%
G=34.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58503600.140.380.7738.1823.418.43
Hex3A32240E264D261712
Octal72624401646115462722
Binary1110101100101001000111010011010011011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,36); }

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

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

 a { background-color: rgb(58,50,36); }

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

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

 span { border-color: rgb(58,50,36); }

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