Html Css Color HEX #4C1E04 Brown Pod

📋 copy color: '#4C1E04'

red 76 ◦ green 30 ◦ blue 4

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

Shades of Brown Pod #4C1E04

Tints of Brown Pod #4C1E04

RGB

 RED value IS 76 (30.08% from 255) = 69.09%

 GREEN value IS 30 (12.11% from 255) = 27.27%

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 69.09%
G = 27.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C1E04 (or 0x4C1E04) is known color: Brown Pod. HEX triplet: 4C, 1E and 04. RGB value is (76,30,4). Sum of RGB (Red+Green+Blue) = 76+30+4=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1E04 is #B3E1FB. Grayscale: #282828. Windows color (decimal): -11788796 or 269900. OLE color: 269900.

HSL color Cylindrical-coordinate representation of color #4C1E04: hue angle of 21.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C1E04 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 30 4 -
CMYK 0 0.61 0.95 0.70
HSL 21.67º 0.9% 0.16% -
HSV(B) 21.67º 0.95% 0.3% -
XYZ 3.47 2.47 0.41 -
YUV 40.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 76 30 4 0 0.61 0.95 0.70 21.67 0.9 0.16
Hex 4C 1E 4 0 3D 5F 46 16 5A 10
Octal 114 36 4 0 75 137 106 26 132 20
Binary 1001100 11110 100 0 111101 1011111 1000110 10110 1011010 10000

Color Harmonies of #4C1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E04

Black with #4C1E04

Text Example


Text Example

White with #4C1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,4); }

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

background-color css

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

 a { background-color: rgb(76,30,4); }

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

border-color css

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

 span { border-color: rgb(76,30,4); }

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