Html Css Color HEX #4D1608 Brown Pod

📋 copy color: '#4D1608'

red 77 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #4D1608

Tints of Brown Pod #4D1608

RGB

 RED value IS 77 (30.47% from 255) = 71.96%

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

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

R = 71.96%
G = 20.56%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.70

RGB Variations

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

Color information

#4D1608 (or 0x4D1608) is known color: Brown Pod. HEX triplet: 4D, 16 and 08. RGB value is (77,22,8). Sum of RGB (Red+Green+Blue) = 77+22+8=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1608 is #B2E9F7. Grayscale: #242424. Windows color (decimal): -11725304 or 529997. OLE color: 529997.

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

Color convert

RGB 77 22 8 -
CMYK 0 0.71 0.90 0.70
HSL 12.17º 0.81% 0.17% -
HSV(B) 12.17º 0.9% 0.3% -
XYZ 3.39 2.17 0.47 -
YUV 36.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 77 22 8 0 0.71 0.90 0.70 12.17 0.81 0.17
Hex 4D 16 8 0 47 5A 46 C 51 11
Octal 115 26 10 0 107 132 106 14 121 21
Binary 1001101 10110 1000 0 1000111 1011010 1000110 1100 1010001 10001

Color Harmonies of #4D1608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1608

Black with #4D1608

Text Example


Text Example

White with #4D1608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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