#38361F

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

Shades of El Paso #38361F

Tints of El Paso #38361F

Color information

#38361F (or 0x38361F) is unknown color: approx El Paso. HEX triplet: 38, 36 and 1F. RGB value is (56,54,31). Sum of RGB (Red+Green+Blue) = 56+54+31=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #38361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361F is #C7C9E0. Grayscale: #343434. Windows color (decimal): -13093345 or 2045496. OLE color: 2045496.

HSL color Cylindrical-coordinate representation of color #38361F: hue angle of 55.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38361F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB565431-
CMYK00.040.450.78
HSL55.2º28.74%17.06%-
HSV(B)55.2º44.64%21.96%-
XYZ3.23.581.82-
YUV51.98116.16130.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=39.72%
G=38.30%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56543100.040.450.7855.228.7417.06
Hex38361F042D4E371d11
Octal7066370455116673521
Binary11100011011011111010010110110011101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38361F; }

 p { color: rgb(56,54,31); }

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

<style>
 a { background-color: #38361F; }

 a { background-color: rgb(56,54,31); }

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

<style>
 span { border-color: #38361F; }

 span { border-color: rgb(56,54,31); }

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