Html Css Color HEX #4C2113 Brown Pod

📋 copy color: '#4C2113'

red 76 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #4C2113

Tints of Brown Pod #4C2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.78%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 59.38%
G = 25.78%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C2113 (or 0x4C2113) is known color: Brown Pod. HEX triplet: 4C, 21 and 13. RGB value is (76,33,19). Sum of RGB (Red+Green+Blue) = 76+33+19=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2113 is #B3DEEC. Grayscale: #2C2C2C. Windows color (decimal): -11788013 or 1253708. OLE color: 1253708.

HSL color Cylindrical-coordinate representation of color #4C2113: hue angle of 14.74º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2113 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 33 19 -
CMYK 0 0.57 0.75 0.70
HSL 14.74º 0.6% 0.19% -
HSV(B) 14.74º 0.75% 0.3% -
XYZ 3.64 2.67 0.94 -
YUV 44.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 76 33 19 0 0.57 0.75 0.70 14.74 0.6 0.19
Hex 4C 21 13 0 39 4B 46 F 3C 13
Octal 114 41 23 0 71 113 106 17 74 23
Binary 1001100 100001 10011 0 111001 1001011 1000110 1111 111100 10011

Color Harmonies of #4C2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2113

Black with #4C2113

Text Example


Text Example

White with #4C2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,19); }

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

background-color css

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

 a { background-color: rgb(76,33,19); }

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

border-color css

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

 span { border-color: rgb(76,33,19); }

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