#37381D

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

Shades of El Paso #37381D

Tints of El Paso #37381D

Color information

#37381D (or 0x37381D) is unknown color: approx El Paso. HEX triplet: 37, 38 and 1D. RGB value is (55,56,29). Sum of RGB (Red+Green+Blue) = 55+56+29=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #37381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37381D is #C8C7E2. Grayscale: #343434. Windows color (decimal): -13158371 or 1914935. OLE color: 1914935.

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

Color convert

RGB555629-
CMYK0.0200.480.78
HSL62.22º31.76%16.67%-
HSV(B)62.22º48.21%21.96%-
XYZ3.213.731.71-
YUV52.62114.67129.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=39.29%
G=40%
B=20.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556290.0200.480.7862.2231.7616.67
Hex37381D20304E3e2011
Octal6770352060116764021
Binary11011111100011101100110000100111011111010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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