Html Css Color HEX #38361C El Paso

📋 copy color: '#38361C'

red 56 ◦ green 54 ◦ blue 28

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

Shades of El Paso #38361C

Tints of El Paso #38361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 40.58%
G = 39.13%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38361C (or 0x38361C) is known color: El Paso. HEX triplet: 38, 36 and 1C. RGB value is (56,54,28). Sum of RGB (Red+Green+Blue) = 56+54+28=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361C is #C7C9E3. Grayscale: #333333. Windows color (decimal): -13093348 or 1848888. OLE color: 1848888.

HSL color Cylindrical-coordinate representation of color #38361C: hue angle of 55.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38361C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 28 -
CMYK 0 0.04 0.50 0.78
HSL 55.71º 0.33% 0.16% -
HSV(B) 55.71º 0.5% 0.22% -
XYZ 3.16 3.56 1.62 -
YUV 51.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 56 54 28 0 0.04 0.50 0.78 55.71 0.33 0.16
Hex 38 36 1C 0 4 32 4E 38 21 10
Octal 70 66 34 0 4 62 116 70 41 20
Binary 111000 110110 11100 0 100 110010 1001110 111000 100001 10000

Color Harmonies of #38361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38361C

Black with #38361C

Text Example


Text Example

White with #38361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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