Html Css Color HEX #4D1504 Brown Pod

📋 copy color: '#4D1504'

red 77 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #4D1504

Tints of Brown Pod #4D1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 4 (1.95% from 255) = 3.92%

R = 75.49%
G = 20.59%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4D1504 (or 0x4D1504) is known color: Brown Pod. HEX triplet: 4D, 15 and 04. RGB value is (77,21,4). Sum of RGB (Red+Green+Blue) = 77+21+4=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1504 is #B2EAFB. Grayscale: #232323. Windows color (decimal): -11725564 or 267597. OLE color: 267597.

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

Color convert

RGB 77 21 4 -
CMYK 0 0.73 0.95 0.70
HSL 13.97º 0.9% 0.16% -
HSV(B) 13.97º 0.95% 0.3% -
XYZ 3.35 2.12 0.35 -
YUV 35.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 77 21 4 0 0.73 0.95 0.70 13.97 0.9 0.16
Hex 4D 15 4 0 49 5F 46 E 5A 10
Octal 115 25 4 0 111 137 106 16 132 20
Binary 1001101 10101 100 0 1001001 1011111 1000110 1110 1011010 10000

Color Harmonies of #4D1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1504

Black with #4D1504

Text Example


Text Example

White with #4D1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,21,4); }

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

background-color css

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

 a { background-color: rgb(77,21,4); }

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

border-color css

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

 span { border-color: rgb(77,21,4); }

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