Html Css Color HEX #4E190C Brown Pod

📋 copy color: '#4E190C'

red 78 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #4E190C

Tints of Brown Pod #4E190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 67.83%
G = 21.74%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E190C (or 0x4E190C) is known color: Brown Pod. HEX triplet: 4E, 19 and 0C. RGB value is (78,25,12). Sum of RGB (Red+Green+Blue) = 78+25+12=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E190C is #B1E6F3. Grayscale: #272727. Windows color (decimal): -11658996 or 792910. OLE color: 792910.

HSL color Cylindrical-coordinate representation of color #4E190C: hue angle of 11.82º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E190C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 25 12 -
CMYK 0 0.68 0.85 0.69
HSL 11.82º 0.73% 0.18% -
HSV(B) 11.82º 0.85% 0.31% -
XYZ 3.56 2.34 0.61 -
YUV 39.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 78 25 12 0 0.68 0.85 0.69 11.82 0.73 0.18
Hex 4E 19 C 0 44 55 45 C 49 12
Octal 116 31 14 0 104 125 105 14 111 22
Binary 1001110 11001 1100 0 1000100 1010101 1000101 1100 1001001 10010

Color Harmonies of #4E190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E190C

Black with #4E190C

Text Example


Text Example

White with #4E190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,12); }

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

background-color css

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

 a { background-color: rgb(78,25,12); }

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

border-color css

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

 span { border-color: rgb(78,25,12); }

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