Html Css Color HEX #38372A El Paso

📋 copy color: '#38372A'

red 56 ◦ green 55 ◦ blue 42

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

Shades of El Paso #38372A

Tints of El Paso #38372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 36.6%
G = 35.95%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38372A (or 0x38372A) is known color: El Paso. HEX triplet: 38, 37 and 2A. RGB value is (56,55,42). Sum of RGB (Red+Green+Blue) = 56+55+42=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38372A is #C7C8D5. Grayscale: #353535. Windows color (decimal): -13093078 or 2766648. OLE color: 2766648.

HSL color Cylindrical-coordinate representation of color #38372A: hue angle of 55.71º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38372A is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 42 -
CMYK 0 0.02 0.25 0.78
HSL 55.71º 0.14% 0.19% -
HSV(B) 55.71º 0.25% 0.22% -
XYZ 3.41 3.74 2.73 -
YUV 53.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 56 55 42 0 0.02 0.25 0.78 55.71 0.14 0.19
Hex 38 37 2A 0 2 19 4E 38 E 13
Octal 70 67 52 0 2 31 116 70 16 23
Binary 111000 110111 101010 0 10 11001 1001110 111000 1110 10011

Color Harmonies of #38372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38372A

Black with #38372A

Text Example


Text Example

White with #38372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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