#3B3225

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

Shades of Creole #3B3225

Tints of Creole #3B3225

Color information

#3B3225 (or 0x3B3225) is unknown color: approx Creole. HEX triplet: 3B, 32 and 25. RGB value is (59,50,37). Sum of RGB (Red+Green+Blue) = 59+50+37=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3225 is #C4CDDA. Grayscale: #333333. Windows color (decimal): -12897755 or 2437691. OLE color: 2437691.

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

Color convert

RGB595037-
CMYK00.150.370.77
HSL35.45º22.92%18.82%-
HSV(B)35.45º37.29%23.14%-
XYZ3.283.342.22-
YUV51.21119.98133.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=40.41%
G=34.25%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59503700.150.370.7735.4522.9218.82
Hex3B32250F254D231713
Octal73624501745115432723
Binary1110111100101001010111110010110011011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,37); }

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

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

 a { background-color: rgb(59,50,37); }

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

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

 span { border-color: rgb(59,50,37); }

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