#3A362E

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

Shades of Creole #3A362E

Tints of Creole #3A362E

Color information

#3A362E (or 0x3A362E) is unknown color: approx Creole. HEX triplet: 3A, 36 and 2E. RGB value is (58,54,46). Sum of RGB (Red+Green+Blue) = 58+54+46=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362E is #C5C9D1. Grayscale: #363636. Windows color (decimal): -12962258 or 3028538. OLE color: 3028538.

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

Color convert

RGB585446-
CMYK00.070.210.77
HSL40º11.54%20.39%-
HSV(B)40º20.69%22.75%-
XYZ3.563.743.12-
YUV54.28123.33130.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=36.71%
G=34.18%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58544600.070.210.774011.5420.39
Hex3A362E07154D28c14
Octal7266560725115501424
Binary1110101101101011100111101011001101101000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,46); }

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

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

 a { background-color: rgb(58,54,46); }

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

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

 span { border-color: rgb(58,54,46); }

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