Html Css Color HEX #4E2007 Brown Pod

📋 copy color: '#4E2007'

red 78 ◦ green 32 ◦ blue 7

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

Shades of Brown Pod #4E2007

Tints of Brown Pod #4E2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 7 (3.13% from 255) = 5.98%

R = 66.67%
G = 27.35%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#4E2007 (or 0x4E2007) is known color: Brown Pod. HEX triplet: 4E, 20 and 07. RGB value is (78,32,7). Sum of RGB (Red+Green+Blue) = 78+32+7=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2007 is #B1DFF8. Grayscale: #2B2B2B. Windows color (decimal): -11657209 or 467022. OLE color: 467022.

HSL color Cylindrical-coordinate representation of color #4E2007: hue angle of 21.13º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E2007 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 7 -
CMYK 0 0.59 0.91 0.69
HSL 21.13º 0.84% 0.17% -
HSV(B) 21.13º 0.91% 0.31% -
XYZ 3.7 2.67 0.52 -
YUV 42.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 78 32 7 0 0.59 0.91 0.69 21.13 0.84 0.17
Hex 4E 20 7 0 3B 5B 45 15 54 11
Octal 116 40 7 0 73 133 105 25 124 21
Binary 1001110 100000 111 0 111011 1011011 1000101 10101 1010100 10001

Color Harmonies of #4E2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2007

Black with #4E2007

Text Example


Text Example

White with #4E2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,7); }

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

background-color css

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

 a { background-color: rgb(78,32,7); }

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

border-color css

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

 span { border-color: rgb(78,32,7); }

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