#38372D

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

Shades of El Paso #38372D

Tints of El Paso #38372D

Color information

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

HSL color Cylindrical-coordinate representation of color #38372D: hue angle of 54.55º 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 #38372D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB565545-
CMYK00.020.200.78
HSL54.55º10.89%19.8%-
HSV(B)54.55º19.64%21.96%-
XYZ3.473.763.03-
YUV54.16122.83129.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56554500.020.200.7854.5510.8919.8
Hex38372D02144E37b14
Octal7067550224116671324
Binary111000110111101101010101001001110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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