#3D3324

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

Shades of Creole #3D3324

Tints of Creole #3D3324

Color information

#3D3324 (or 0x3D3324) is unknown color: approx Creole. HEX triplet: 3D, 33 and 24. RGB value is (61,51,36). Sum of RGB (Red+Green+Blue) = 61+51+36=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3324 is #C2CCDB. Grayscale: #343434. Windows color (decimal): -12766428 or 2372413. OLE color: 2372413.

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

Color convert

RGB615136-
CMYK00.160.410.76
HSL36º25.77%19.02%-
HSV(B)36º40.98%23.92%-
XYZ3.433.492.16-
YUV52.28118.81134.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=41.22%
G=34.46%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61513600.160.410.763625.7719.02
Hex3D3324010294C241a13
Octal75634402051114443223
Binary11110111001110010001000010100110011001001001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,36); }

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

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

 a { background-color: rgb(61,51,36); }

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

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

 span { border-color: rgb(61,51,36); }

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