Html Css Color HEX #4C1500 Brown Pod

📋 copy color: '#4C1500'

red 76 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #4C1500

Tints of Brown Pod #4C1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.35%
G = 21.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4C1500 (or 0x4C1500) is known color: Brown Pod. HEX triplet: 4C, 15 and 00. RGB value is (76,21,0). Sum of RGB (Red+Green+Blue) = 76+21+0=97 (12% of max value = 765). Red value is 76 (30.08% from 255 or 78.35% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1500 is #B3EAFF. Grayscale: #232323. Windows color (decimal): -11791104 or 5452. OLE color: 5452.

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

Color convert

RGB 76 21 0 -
CMYK 0 0.72 1 0.70
HSL 16.58º 1% 0.15% -
HSV(B) 16.58º 1% 0.3% -
XYZ 3.25 2.07 0.23 -
YUV 35.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 76 21 0 0 0.72 1 0.70 16.58 1 0.15
Hex 4C 15 0 0 48 64 46 11 64 F
Octal 114 25 0 0 110 144 106 21 144 17
Binary 1001100 10101 0 0 1001000 1100100 1000110 10001 1100100 1111

Color Harmonies of #4C1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1500

Black with #4C1500

Text Example


Text Example

White with #4C1500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,0); }

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

background-color css

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

 a { background-color: rgb(76,21,0); }

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

border-color css

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

 span { border-color: rgb(76,21,0); }

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