#38361E

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

Shades of El Paso #38361E

Tints of El Paso #38361E

Color information

#38361E (or 0x38361E) is unknown color: approx El Paso. HEX triplet: 38, 36 and 1E. RGB value is (56,54,30). Sum of RGB (Red+Green+Blue) = 56+54+30=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361E is #C7C9E1. Grayscale: #333333. Windows color (decimal): -13093346 or 1979960. OLE color: 1979960.

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

Color convert

RGB565430-
CMYK00.040.460.78
HSL55.38º30.23%16.86%-
HSV(B)55.38º46.43%21.96%-
XYZ3.183.571.75-
YUV51.86115.66130.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=40%
G=38.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56543000.040.460.7855.3830.2316.86
Hex38361E042E4E371e11
Octal7066360456116673621
Binary11100011011011110010010111010011101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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