#37322A

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

Shades of Creole #37322A

Tints of Creole #37322A

Color information

#37322A (or 0x37322A) is unknown color: approx Creole. HEX triplet: 37, 32 and 2A. RGB value is (55,50,42). Sum of RGB (Red+Green+Blue) = 55+50+42=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #37322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37322A is #C8CDD5. Grayscale: #323232. Windows color (decimal): -13159894 or 2765367. OLE color: 2765367.

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

Color convert

RGB555042-
CMYK00.090.240.78
HSL36.92º13.4%19.02%-
HSV(B)36.92º23.64%21.57%-
XYZ3.133.262.65-
YUV50.58123.16131.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=37.41%
G=34.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55504200.090.240.7836.9213.419.02
Hex37322A09184E25d13
Octal67625201130116451523
Binary11011111001010101001001110001001110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37322A; }

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

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

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

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

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

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

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

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