#3D3325

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

Shades of Creole #3D3325

Tints of Creole #3D3325

Color information

#3D3325 (or 0x3D3325) is unknown color: approx Creole. HEX triplet: 3D, 33 and 25. RGB value is (61,51,37). Sum of RGB (Red+Green+Blue) = 61+51+37=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3325 is #C2CCDA. Grayscale: #343434. Windows color (decimal): -12766427 or 2437949. OLE color: 2437949.

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

Color convert

RGB615137-
CMYK00.160.390.76
HSL35º24.49%19.22%-
HSV(B)35º39.34%23.92%-
XYZ3.443.492.24-
YUV52.39119.31134.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.94%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=40.94%
G=34.23%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61513700.160.390.763524.4919.22
Hex3D3325010274C231813
Octal75634502047114433023
Binary11110111001110010101000010011110011001000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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