#38361D

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

Shades of El Paso #38361D

Tints of El Paso #38361D

Color information

#38361D (or 0x38361D) is unknown color: approx El Paso. HEX triplet: 38, 36 and 1D. RGB value is (56,54,29). Sum of RGB (Red+Green+Blue) = 56+54+29=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361D is #C7C9E2. Grayscale: #333333. Windows color (decimal): -13093347 or 1914424. OLE color: 1914424.

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

Color convert

RGB565429-
CMYK00.040.480.78
HSL55.56º31.76%16.67%-
HSV(B)55.56º48.21%21.96%-
XYZ3.173.571.68-
YUV51.75115.16131.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=40.29%
G=38.85%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542900.040.480.7855.5631.7616.67
Hex38361D04304E382011
Octal7066350460116704021
Binary111000110110111010100110000100111011100010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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