Html Css Color HEX #4D1D05 Brown Pod

📋 copy color: '#4D1D05'

red 77 ◦ green 29 ◦ blue 5

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

Shades of Brown Pod #4D1D05

Tints of Brown Pod #4D1D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

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

R = 69.37%
G = 26.13%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D1D05 (or 0x4D1D05) is known color: Brown Pod. HEX triplet: 4D, 1D and 05. RGB value is (77,29,5). Sum of RGB (Red+Green+Blue) = 77+29+5=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1D05 is #B2E2FA. Grayscale: #282828. Windows color (decimal): -11723515 or 335181. OLE color: 335181.

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

Color convert

RGB 77 29 5 -
CMYK 0 0.62 0.94 0.70
HSL 20º 0.88% 0.16% -
HSV(B) 20º 0.94% 0.3% -
XYZ 3.53 2.47 0.43 -
YUV 40.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 77 29 5 0 0.62 0.94 0.70 20 0.88 0.16
Hex 4D 1D 5 0 3E 5E 46 14 58 10
Octal 115 35 5 0 76 136 106 24 130 20
Binary 1001101 11101 101 0 111110 1011110 1000110 10100 1011000 10000

Color Harmonies of #4D1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D05

Black with #4D1D05

Text Example


Text Example

White with #4D1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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