#38372A

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

Shades of El Paso #38372A

Tints of El Paso #38372A

Color information

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

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

Color convert

RGB565542-
CMYK00.020.250.78
HSL55.71º14.29%19.22%-
HSV(B)55.71º25%21.96%-
XYZ3.413.742.73-
YUV53.82121.33129.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56554200.020.250.7855.7114.2919.22
Hex38372A02194E38e13
Octal7067520231116701623
Binary111000110111101010010110011001110111000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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