Html Css Color HEX #383720 El Paso

📋 copy color: '#383720'

red 56 ◦ green 55 ◦ blue 32

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

Shades of El Paso #383720

Tints of El Paso #383720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.46%

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

R = 39.16%
G = 38.46%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#383720 (or 0x383720) is known color: El Paso. HEX triplet: 38, 37 and 20. RGB value is (56,55,32). Sum of RGB (Red+Green+Blue) = 56+55+32=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383720 is #C7C8DF. Grayscale: #343434. Windows color (decimal): -13093088 or 2111288. OLE color: 2111288.

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

Color convert

RGB 56 55 32 -
CMYK 0 0.02 0.43 0.78
HSL 57.5º 0.27% 0.17% -
HSV(B) 57.5º 0.43% 0.22% -
XYZ 3.26 3.68 1.9 -
YUV 52.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 56 55 32 0 0.02 0.43 0.78 57.5 0.27 0.17
Hex 38 37 20 0 2 2B 4E 3A 1B 11
Octal 70 67 40 0 2 53 116 72 33 21
Binary 111000 110111 100000 0 10 101011 1001110 111010 11011 10001

Color Harmonies of #383720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383720

Black with #383720

Text Example


Text Example

White with #383720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383720; }

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

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

background-color css

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

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

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

border-color css

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

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

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