#373125

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

Shades of Creole #373125

Tints of Creole #373125

Color information

#373125 (or 0x373125) is unknown color: approx Creole. HEX triplet: 37, 31 and 25. RGB value is (55,49,37). Sum of RGB (Red+Green+Blue) = 55+49+37=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #373125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373125 is #C8CEDA. Grayscale: #313131. Windows color (decimal): -13160155 or 2437431. OLE color: 2437431.

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

Color convert

RGB554937-
CMYK00.110.330.78
HSL40º19.57%18.04%-
HSV(B)40º32.73%21.57%-
XYZ3.013.142.2-
YUV49.43120.99131.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=39.01%
G=34.75%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55493700.110.330.784019.5718.04
Hex3731250B214E281412
Octal67614501341116502422
Binary1101111100011001010101110000110011101010001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373125; }

 p { color: rgb(55,49,37); }

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

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

 a { background-color: rgb(55,49,37); }

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

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

 span { border-color: rgb(55,49,37); }

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