#3B3120

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

Shades of Creole #3B3120

Tints of Creole #3B3120

Color information

#3B3120 (or 0x3B3120) is unknown color: approx Creole. HEX triplet: 3B, 31 and 20. RGB value is (59,49,32). Sum of RGB (Red+Green+Blue) = 59+49+32=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3120 is #C4CEDF. Grayscale: #323232. Windows color (decimal): -12898016 or 2109755. OLE color: 2109755.

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

Color convert

RGB594932-
CMYK00.170.460.77
HSL37.78º29.67%17.84%-
HSV(B)37.78º45.76%23.14%-
XYZ3.163.231.82-
YUV50.05117.81134.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=42.14%
G=35%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59493200.170.460.7737.7829.6717.84
Hex3B31200112E4D261e12
Octal73614002156115463622
Binary11101111000110000001000110111010011011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,32); }

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

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

 a { background-color: rgb(59,49,32); }

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

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

 span { border-color: rgb(59,49,32); }

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