Html Css Color HEX #4C2217 Brown Pod

📋 copy color: '#4C2217'

red 76 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #4C2217

Tints of Brown Pod #4C2217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 57.14%
G = 25.56%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4C2217 (or 0x4C2217) is known color: Brown Pod. HEX triplet: 4C, 22 and 17. RGB value is (76,34,23). Sum of RGB (Red+Green+Blue) = 76+34+23=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2217 is #B3DDE8. Grayscale: #2D2D2D. Windows color (decimal): -11787753 or 1516108. OLE color: 1516108.

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

Color convert

RGB 76 34 23 -
CMYK 0 0.55 0.70 0.70
HSL 12.45º 0.54% 0.19% -
HSV(B) 12.45º 0.7% 0.3% -
XYZ 3.71 2.74 1.14 -
YUV 45.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 76 34 23 0 0.55 0.70 0.70 12.45 0.54 0.19
Hex 4C 22 17 0 37 46 46 C 36 13
Octal 114 42 27 0 67 106 106 14 66 23
Binary 1001100 100010 10111 0 110111 1000110 1000110 1100 110110 10011

Color Harmonies of #4C2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2217

Black with #4C2217

Text Example


Text Example

White with #4C2217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,23); }

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

background-color css

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

 a { background-color: rgb(76,34,23); }

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

border-color css

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

 span { border-color: rgb(76,34,23); }

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