Html Css Color HEX #4C1F04 Brown Pod

📋 copy color: '#4C1F04'

red 76 ◦ green 31 ◦ blue 4

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

Shades of Brown Pod #4C1F04

Tints of Brown Pod #4C1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

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

R = 68.47%
G = 27.93%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C1F04 (or 0x4C1F04) is known color: Brown Pod. HEX triplet: 4C, 1F and 04. RGB value is (76,31,4). Sum of RGB (Red+Green+Blue) = 76+31+4=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F04 is #B3E0FB. Grayscale: #292929. Windows color (decimal): -11788540 or 270156. OLE color: 270156.

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

Color convert

RGB 76 31 4 -
CMYK 0 0.59 0.95 0.70
HSL 22.5º 0.9% 0.16% -
HSV(B) 22.5º 0.95% 0.3% -
XYZ 3.49 2.53 0.42 -
YUV 41.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 76 31 4 0 0.59 0.95 0.70 22.5 0.9 0.16
Hex 4C 1F 4 0 3B 5F 46 16 5A 10
Octal 114 37 4 0 73 137 106 26 132 20
Binary 1001100 11111 100 0 111011 1011111 1000110 10110 1011010 10000

Color Harmonies of #4C1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1F04

Black with #4C1F04

Text Example


Text Example

White with #4C1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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