#37382A

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

Shades of El Paso #37382A

Tints of El Paso #37382A

Color information

#37382A (or 0x37382A) is unknown color: approx El Paso. HEX triplet: 37, 38 and 2A. RGB value is (55,56,42). Sum of RGB (Red+Green+Blue) = 55+56+42=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 56 - color contains mainly: green. Hex color #37382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37382A is #C8C7D5. Grayscale: #363636. Windows color (decimal): -13158358 or 2766903. OLE color: 2766903.

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

Color convert

RGB555642-
CMYK0.0200.250.78
HSL64.29º14.29%19.22%-
HSV(B)64.29º25%21.96%-
XYZ3.413.812.75-
YUV54.1121.17128.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=35.95%
G=36.60%
B=27.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556420.0200.250.7864.2914.2919.22
Hex37382A20194E40e13
Octal67705220311161001623
Binary1101111110001010101001100110011101000000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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