Html Css Color HEX #4D1901 Brown Pod

📋 copy color: '#4D1901'

red 77 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #4D1901

Tints of Brown Pod #4D1901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 74.76%
G = 24.27%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D1901 (or 0x4D1901) is known color: Brown Pod. HEX triplet: 4D, 19 and 01. RGB value is (77,25,1). Sum of RGB (Red+Green+Blue) = 77+25+1=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1901 is #B2E6FE. Grayscale: #252525. Windows color (decimal): -11724543 or 72013. OLE color: 72013.

HSL color Cylindrical-coordinate representation of color #4D1901: hue angle of 18.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D1901 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 25 1 -
CMYK 0 0.68 0.99 0.70
HSL 18.95º 0.97% 0.15% -
HSV(B) 18.95º 0.99% 0.3% -
XYZ 3.41 2.28 0.29 -
YUV 37.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 77 25 1 0 0.68 0.99 0.70 18.95 0.97 0.15
Hex 4D 19 1 0 44 63 46 13 61 F
Octal 115 31 1 0 104 143 106 23 141 17
Binary 1001101 11001 1 0 1000100 1100011 1000110 10011 1100001 1111

Color Harmonies of #4D1901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1901

Black with #4D1901

Text Example


Text Example

White with #4D1901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,1); }

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

background-color css

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

 a { background-color: rgb(77,25,1); }

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

border-color css

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

 span { border-color: rgb(77,25,1); }

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