Html Css Color HEX #4C1904 Brown Pod

📋 copy color: '#4C1904'

red 76 ◦ green 25 ◦ blue 4

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

Shades of Brown Pod #4C1904

Tints of Brown Pod #4C1904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.81%

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

R = 72.38%
G = 23.81%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C1904 (or 0x4C1904) is known color: Brown Pod. HEX triplet: 4C, 19 and 04. RGB value is (76,25,4). Sum of RGB (Red+Green+Blue) = 76+25+4=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1904 is #B3E6FB. Grayscale: #252525. Windows color (decimal): -11790076 or 268620. OLE color: 268620.

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

Color convert

RGB 76 25 4 -
CMYK 0 0.67 0.95 0.70
HSL 17.5º 0.9% 0.16% -
HSV(B) 17.5º 0.95% 0.3% -
XYZ 3.35 2.24 0.37 -
YUV 37.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 76 25 4 0 0.67 0.95 0.70 17.5 0.9 0.16
Hex 4C 19 4 0 43 5F 46 12 5A 10
Octal 114 31 4 0 103 137 106 22 132 20
Binary 1001100 11001 100 0 1000011 1011111 1000110 10010 1011010 10000

Color Harmonies of #4C1904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1904

Black with #4C1904

Text Example


Text Example

White with #4C1904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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