Html Css Color HEX #4C1608 Brown Pod

📋 copy color: '#4C1608'

red 76 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #4C1608

Tints of Brown Pod #4C1608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 71.7%
G = 20.75%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C1608 (or 0x4C1608) is known color: Brown Pod. HEX triplet: 4C, 16 and 08. RGB value is (76,22,8). Sum of RGB (Red+Green+Blue) = 76+22+8=106 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.70% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1608 is #B3E9F7. Grayscale: #242424. Windows color (decimal): -11790840 or 529996. OLE color: 529996.

HSL color Cylindrical-coordinate representation of color #4C1608: hue angle of 12.35º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1608 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 22 8 -
CMYK 0 0.71 0.89 0.70
HSL 12.35º 0.81% 0.16% -
HSV(B) 12.35º 0.89% 0.3% -
XYZ 3.31 2.13 0.47 -
YUV 36.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 76 22 8 0 0.71 0.89 0.70 12.35 0.81 0.16
Hex 4C 16 8 0 47 59 46 C 51 10
Octal 114 26 10 0 107 131 106 14 121 20
Binary 1001100 10110 1000 0 1000111 1011001 1000110 1100 1010001 10000

Color Harmonies of #4C1608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1608

Black with #4C1608

Text Example


Text Example

White with #4C1608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,22,8); }

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

background-color css

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

 a { background-color: rgb(76,22,8); }

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

border-color css

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

 span { border-color: rgb(76,22,8); }

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