Html Css Color HEX #4C1C01 Brown Pod

📋 copy color: '#4C1C01'

red 76 ◦ green 28 ◦ blue 1

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

Shades of Brown Pod #4C1C01

Tints of Brown Pod #4C1C01

RGB

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

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

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

R = 72.38%
G = 26.67%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C1C01 (or 0x4C1C01) is known color: Brown Pod. HEX triplet: 4C, 1C and 01. RGB value is (76,28,1). Sum of RGB (Red+Green+Blue) = 76+28+1=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1C01 is #B3E3FE. Grayscale: #272727. Windows color (decimal): -11789311 or 72780. OLE color: 72780.

HSL color Cylindrical-coordinate representation of color #4C1C01: hue angle of 21.6º 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 #4C1C01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 28 1 -
CMYK 0 0.63 0.99 0.70
HSL 21.6º 0.97% 0.15% -
HSV(B) 21.6º 0.99% 0.3% -
XYZ 3.4 2.37 0.31 -
YUV 39.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 76 28 1 0 0.63 0.99 0.70 21.6 0.97 0.15
Hex 4C 1C 1 0 3F 63 46 16 61 F
Octal 114 34 1 0 77 143 106 26 141 17
Binary 1001100 11100 1 0 111111 1100011 1000110 10110 1100001 1111

Color Harmonies of #4C1C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1C01

Black with #4C1C01

Text Example


Text Example

White with #4C1C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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