Html Css Color HEX #4D1405 Brown Pod

📋 copy color: '#4D1405'

red 77 ◦ green 20 ◦ blue 5

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

Shades of Brown Pod #4D1405

Tints of Brown Pod #4D1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 75.49%
G = 19.61%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D1405 (or 0x4D1405) is known color: Brown Pod. HEX triplet: 4D, 14 and 05. RGB value is (77,20,5). Sum of RGB (Red+Green+Blue) = 77+20+5=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1405 is #B2EBFA. Grayscale: #232323. Windows color (decimal): -11725819 or 332877. OLE color: 332877.

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

Color convert

RGB 77 20 5 -
CMYK 0 0.74 0.94 0.70
HSL 12.5º 0.88% 0.16% -
HSV(B) 12.5º 0.94% 0.3% -
XYZ 3.34 2.09 0.37 -
YUV 35.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 77 20 5 0 0.74 0.94 0.70 12.5 0.88 0.16
Hex 4D 14 5 0 4A 5E 46 C 58 10
Octal 115 24 5 0 112 136 106 14 130 20
Binary 1001101 10100 101 0 1001010 1011110 1000110 1100 1011000 10000

Color Harmonies of #4D1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1405

Black with #4D1405

Text Example


Text Example

White with #4D1405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,20,5); }

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

background-color css

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

 a { background-color: rgb(77,20,5); }

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

border-color css

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

 span { border-color: rgb(77,20,5); }

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