Html Css Color HEX #4D1308 Brown Pod

📋 copy color: '#4D1308'

red 77 ◦ green 19 ◦ blue 8

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

Shades of Brown Pod #4D1308

Tints of Brown Pod #4D1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

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

R = 74.04%
G = 18.27%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.70

RGB Variations

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

Color information

#4D1308 (or 0x4D1308) is known color: Brown Pod. HEX triplet: 4D, 13 and 08. RGB value is (77,19,8). Sum of RGB (Red+Green+Blue) = 77+19+8=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1308 is #B2ECF7. Grayscale: #232323. Windows color (decimal): -11726072 or 529229. OLE color: 529229.

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

Color convert

RGB 77 19 8 -
CMYK 0 0.75 0.90 0.70
HSL 9.57º 0.81% 0.17% -
HSV(B) 9.57º 0.9% 0.3% -
XYZ 3.34 2.06 0.45 -
YUV 35.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 77 19 8 0 0.75 0.90 0.70 9.57 0.81 0.17
Hex 4D 13 8 0 4B 5A 46 A 51 11
Octal 115 23 10 0 113 132 106 12 121 21
Binary 1001101 10011 1000 0 1001011 1011010 1000110 1010 1010001 10001

Color Harmonies of #4D1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1308

Black with #4D1308

Text Example


Text Example

White with #4D1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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