#372F25

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

Shades of Creole #372F25

Tints of Creole #372F25

Color information

#372F25 (or 0x372F25) is unknown color: approx Creole. HEX triplet: 37, 2F and 25. RGB value is (55,47,37). Sum of RGB (Red+Green+Blue) = 55+47+37=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F25 is #C8D0DA. Grayscale: #303030. Windows color (decimal): -13160667 or 2436919. OLE color: 2436919.

HSL color Cylindrical-coordinate representation of color #372F25: hue angle of 33.33º 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 #372F25 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB554737-
CMYK00.150.330.78
HSL33.33º19.57%18.04%-
HSV(B)33.33º32.73%21.57%-
XYZ2.932.982.17-
YUV48.25121.65132.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=39.57%
G=33.81%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55473700.150.330.7833.3319.5718.04
Hex372F250F214E211412
Octal67574501741116412422
Binary1101111011111001010111110000110011101000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372F25; }

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

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

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

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

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

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

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

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