Html Css Color HEX #4C1908 Brown Pod

📋 copy color: '#4C1908'

red 76 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #4C1908

Tints of Brown Pod #4C1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

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

R = 69.72%
G = 22.94%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C1908 (or 0x4C1908) is known color: Brown Pod. HEX triplet: 4C, 19 and 08. RGB value is (76,25,8). Sum of RGB (Red+Green+Blue) = 76+25+8=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1908 is #B3E6F7. Grayscale: #262626. Windows color (decimal): -11790072 or 530764. OLE color: 530764.

HSL color Cylindrical-coordinate representation of color #4C1908: hue angle of 15º 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 #4C1908 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 25 8 -
CMYK 0 0.67 0.89 0.70
HSL 15º 0.81% 0.16% -
HSV(B) 15º 0.89% 0.3% -
XYZ 3.37 2.25 0.49 -
YUV 38.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 76 25 8 0 0.67 0.89 0.70 15 0.81 0.16
Hex 4C 19 8 0 43 59 46 F 51 10
Octal 114 31 10 0 103 131 106 17 121 20
Binary 1001100 11001 1000 0 1000011 1011001 1000110 1111 1010001 10000

Color Harmonies of #4C1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1908

Black with #4C1908

Text Example


Text Example

White with #4C1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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