#3B3223

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

Shades of Creole #3B3223

Tints of Creole #3B3223

Color information

#3B3223 (or 0x3B3223) is unknown color: approx Creole. HEX triplet: 3B, 32 and 23. RGB value is (59,50,35). Sum of RGB (Red+Green+Blue) = 59+50+35=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3223 is #C4CDDC. Grayscale: #333333. Windows color (decimal): -12897757 or 2306619. OLE color: 2306619.

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

Color convert

RGB595035-
CMYK00.150.410.77
HSL37.5º25.53%18.43%-
HSV(B)37.5º40.68%23.14%-
XYZ3.253.332.06-
YUV50.98118.98133.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=40.97%
G=34.72%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59503500.150.410.7737.525.5318.43
Hex3B32230F294D261a12
Octal73624301751115463222
Binary1110111100101000110111110100110011011001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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