Html Css Color HEX #4C1401 Brown Pod

📋 copy color: '#4C1401'

red 76 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #4C1401

Tints of Brown Pod #4C1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

 BLUE value IS 1 (0.78% from 255) = 1.03%

R = 78.35%
G = 20.62%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C1401 (or 0x4C1401) is known color: Brown Pod. HEX triplet: 4C, 14 and 01. RGB value is (76,20,1). Sum of RGB (Red+Green+Blue) = 76+20+1=97 (12% of max value = 765). Red value is 76 (30.08% from 255 or 78.35% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1401 is #B3EBFE. Grayscale: #222222. Windows color (decimal): -11791359 or 70732. OLE color: 70732.

HSL color Cylindrical-coordinate representation of color #4C1401: hue angle of 15.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C1401 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 20 1 -
CMYK 0 0.74 0.99 0.70
HSL 15.2º 0.97% 0.15% -
HSV(B) 15.2º 0.99% 0.3% -
XYZ 3.24 2.04 0.25 -
YUV 34.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 76 20 1 0 0.74 0.99 0.70 15.2 0.97 0.15
Hex 4C 14 1 0 4A 63 46 F 61 F
Octal 114 24 1 0 112 143 106 17 141 17
Binary 1001100 10100 1 0 1001010 1100011 1000110 1111 1100001 1111

Color Harmonies of #4C1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1401

Black with #4C1401

Text Example


Text Example

White with #4C1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,1); }

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

background-color css

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

 a { background-color: rgb(76,20,1); }

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

border-color css

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

 span { border-color: rgb(76,20,1); }

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