#36381F

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

Shades of El Paso #36381F

Tints of El Paso #36381F

Color information

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

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

Color convert

RGB545631-
CMYK0.0400.450.78
HSL64.8º28.74%17.06%-
HSV(B)64.8º44.64%21.96%-
XYZ3.183.711.84-
YUV52.55115.84129.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5456310.0400.450.7864.828.7417.06
Hex36381F402D4E411d11
Octal66703740551161013521
Binary110110111000111111000101101100111010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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