#37382D

Color #37382D El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #37382D

Tints of El Paso #37382D

Color information

#37382D (or 0x37382D) is unknown color: approx El Paso. HEX triplet: 37, 38 and 2D. RGB value is (55,56,45). Sum of RGB (Red+Green+Blue) = 55+56+45=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 56 - color contains mainly: green. Hex color #37382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37382D is #C8C7D2. Grayscale: #363636. Windows color (decimal): -13158355 or 2963511. OLE color: 2963511.

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

Color convert

RGB555645-
CMYK0.0200.200.78
HSL65.45º10.89%19.8%-
HSV(B)65.45º19.64%21.96%-
XYZ3.463.833.04-
YUV54.45122.67128.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=35.26%
G=35.90%
B=28.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556450.0200.200.7865.4510.8919.8
Hex37382D20144E41b14
Octal67705520241161011324
Binary1101111110001011011001010010011101000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37382D; }

 p { color: rgb(55,56,45); }

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

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

 a { background-color: rgb(55,56,45); }

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

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

 span { border-color: rgb(55,56,45); }

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