#37342E

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

Shades of Creole #37342E

Tints of Creole #37342E

Color information

#37342E (or 0x37342E) is unknown color: approx Creole. HEX triplet: 37, 34 and 2E. RGB value is (55,52,46). Sum of RGB (Red+Green+Blue) = 55+52+46=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #37342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342E is #C8CBD1. Grayscale: #343434. Windows color (decimal): -13159378 or 3028023. OLE color: 3028023.

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

Color convert

RGB555246-
CMYK00.050.160.78
HSL40º8.91%19.8%-
HSV(B)40º16.36%21.57%-
XYZ3.33.473.08-
YUV52.21124.49129.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=35.95%
G=33.99%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524600.050.160.78408.9119.8
Hex37342E05104E28914
Octal6764560520116501124
Binary1101111101001011100101100001001110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37342E; }

 p { color: rgb(55,52,46); }

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

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

 a { background-color: rgb(55,52,46); }

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

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

 span { border-color: rgb(55,52,46); }

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