#373228

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

Shades of Creole #373228

Tints of Creole #373228

Color information

#373228 (or 0x373228) is unknown color: approx Creole. HEX triplet: 37, 32 and 28. RGB value is (55,50,40). Sum of RGB (Red+Green+Blue) = 55+50+40=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373228 is #C8CDD7. Grayscale: #323232. Windows color (decimal): -13159896 or 2634295. OLE color: 2634295.

HSL color Cylindrical-coordinate representation of color #373228: hue angle of 40º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #373228 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB555040-
CMYK00.090.270.78
HSL40º15.79%18.63%-
HSV(B)40º27.27%21.57%-
XYZ3.13.252.47-
YUV50.36122.16131.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55504000.090.270.784015.7918.63
Hex373228091B4E281013
Octal67625001133116502023
Binary110111110010101000010011101110011101010001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373228; }

 p { color: rgb(55,50,40); }

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

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

 a { background-color: rgb(55,50,40); }

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

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

 span { border-color: rgb(55,50,40); }

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