Html Css Color HEX #4E1C02 Brown Pod

📋 copy color: '#4E1C02'

red 78 ◦ green 28 ◦ blue 2

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

Shades of Brown Pod #4E1C02

Tints of Brown Pod #4E1C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 72.22%
G = 25.93%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E1C02 (or 0x4E1C02) is known color: Brown Pod. HEX triplet: 4E, 1C and 02. RGB value is (78,28,2). Sum of RGB (Red+Green+Blue) = 78+28+2=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1C02 is #B1E3FD. Grayscale: #282828. Windows color (decimal): -11658238 or 138318. OLE color: 138318.

HSL color Cylindrical-coordinate representation of color #4E1C02: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E1C02 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 28 2 -
CMYK 0 0.64 0.97 0.69
HSL 20.53º 0.95% 0.16% -
HSV(B) 20.53º 0.97% 0.31% -
XYZ 3.57 2.45 0.34 -
YUV 39.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 78 28 2 0 0.64 0.97 0.69 20.53 0.95 0.16
Hex 4E 1C 2 0 40 61 45 15 5F 10
Octal 116 34 2 0 100 141 105 25 137 20
Binary 1001110 11100 10 0 1000000 1100001 1000101 10101 1011111 10000

Color Harmonies of #4E1C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C02

Black with #4E1C02

Text Example


Text Example

White with #4E1C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,28,2); }

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

background-color css

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

 a { background-color: rgb(78,28,2); }

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

border-color css

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

 span { border-color: rgb(78,28,2); }

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