Html Css Color HEX #383920 El Paso

📋 copy color: '#383920'

red 56 ◦ green 57 ◦ blue 32

#383920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #383920

Tints of El Paso #383920

RGB

 RED value IS 56 (22.27% from 255) = 38.62%

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 38.62%
G = 39.31%
B = 22.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#383920 (or 0x383920) is known color: El Paso. HEX triplet: 38, 39 and 20. RGB value is (56,57,32). Sum of RGB (Red+Green+Blue) = 56+57+32=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #383920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383920 is #C7C6DF. Grayscale: #353535. Windows color (decimal): -13092576 or 2111800. OLE color: 2111800.

HSL color Cylindrical-coordinate representation of color #383920: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383920 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 32 -
CMYK 0.02 0 0.44 0.78
HSL 62.4º 0.28% 0.17% -
HSV(B) 62.4º 0.44% 0.22% -
XYZ 3.35 3.87 1.94 -
YUV 53.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 56 57 32 0.02 0 0.44 0.78 62.4 0.28 0.17
Hex 38 39 20 2 0 2C 4E 3E 1C 11
Octal 70 71 40 2 0 54 116 76 34 21
Binary 111000 111001 100000 10 0 101100 1001110 111110 11100 10001

Color Harmonies of #383920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383920

Black with #383920

Text Example


Text Example

White with #383920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383920; }

 p { color: rgb(56,57,32); }

 H1.HeaderClassName
 {
   color: #383920;
 }
 .AnyTagClassName
 {
   color: #383920;
 }
</style>

background-color css

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

 a { background-color: rgb(56,57,32); }

 div.DivClassName
 {
   background-color: #383920;
 }
 .BgClassName
 {
   background-color: #383920;
 }
</style>

border-color css

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

 span { border-color: rgb(56,57,32); }

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