Html Css Color HEX #4A1C0E Brown Pod

📋 copy color: '#4A1C0E'

red 74 ◦ green 28 ◦ blue 14

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

Shades of Brown Pod #4A1C0E

Tints of Brown Pod #4A1C0E

RGB

 RED value IS 74 (29.3% from 255) = 63.79%

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

 BLUE value IS 14 (5.86% from 255) = 12.07%

R = 63.79%
G = 24.14%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4A1C0E (or 0x4A1C0E) is known color: Brown Pod. HEX triplet: 4A, 1C and 0E. RGB value is (74,28,14). Sum of RGB (Red+Green+Blue) = 74+28+14=116 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.79% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1C0E is #B5E3F1. Grayscale: #282828. Windows color (decimal): -11920370 or 924746. OLE color: 924746.

HSL color Cylindrical-coordinate representation of color #4A1C0E: hue angle of 14º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1C0E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 28 14 -
CMYK 0 0.62 0.81 0.71
HSL 14º 0.68% 0.17% -
HSV(B) 14º 0.81% 0.29% -
XYZ 3.32 2.32 0.69 -
YUV 40.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 74 28 14 0 0.62 0.81 0.71 14 0.68 0.17
Hex 4A 1C E 0 3E 51 47 E 44 11
Octal 112 34 16 0 76 121 107 16 104 21
Binary 1001010 11100 1110 0 111110 1010001 1000111 1110 1000100 10001

Color Harmonies of #4A1C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C0E

Black with #4A1C0E

Text Example


Text Example

White with #4A1C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,28,14); }

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

background-color css

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

 a { background-color: rgb(74,28,14); }

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

border-color css

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

 span { border-color: rgb(74,28,14); }

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