Html Css Color HEX #4E2327 Lonestar

📋 copy color: '#4E2327'

red 78 ◦ green 35 ◦ blue 39

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

Shades of Lonestar #4E2327

Tints of Lonestar #4E2327

RGB

 RED value IS 78 (30.86% from 255) = 51.32%

 GREEN value IS 35 (14.06% from 255) = 23.03%

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 51.32%
G = 23.03%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#4E2327 (or 0x4E2327) is known color: Lonestar. HEX triplet: 4E, 23 and 27. RGB value is (78,35,39). Sum of RGB (Red+Green+Blue) = 78+35+39=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2327 is #B1DCD8. Grayscale: #303030. Windows color (decimal): -11656409 or 2564942. OLE color: 2564942.

HSL color Cylindrical-coordinate representation of color #4E2327: hue angle of 354.42º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2327 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 35 39 -
CMYK 0 0.55 0.50 0.69
HSL 354.42º 0.38% 0.22% -
HSV(B) 354.42º 0.55% 0.31% -
XYZ 4.11 2.97 2.28 -
YUV 48.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 78 35 39 0 0.55 0.50 0.69 354.42 0.38 0.22
Hex 4E 23 27 0 37 32 45 162 26 16
Octal 116 43 47 0 67 62 105 542 46 26
Binary 1001110 100011 100111 0 110111 110010 1000101 101100010 100110 10110

Color Harmonies of #4E2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2327

Black with #4E2327

Text Example


Text Example

White with #4E2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E2327; }

 p { color: rgb(78,35,39); }

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

background-color css

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

 a { background-color: rgb(78,35,39); }

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

border-color css

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

 span { border-color: rgb(78,35,39); }

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