Html Css Color HEX #4D1601 Brown Pod

📋 copy color: '#4D1601'

red 77 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #4D1601

Tints of Brown Pod #4D1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22%

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

R = 77%
G = 22%
B = 1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D1601 (or 0x4D1601) is known color: Brown Pod. HEX triplet: 4D, 16 and 01. RGB value is (77,22,1). Sum of RGB (Red+Green+Blue) = 77+22+1=100 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1601 is #B2E9FE. Grayscale: #242424. Windows color (decimal): -11725311 or 71245. OLE color: 71245.

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

Color convert

RGB 77 22 1 -
CMYK 0 0.71 0.99 0.70
HSL 16.58º 0.97% 0.15% -
HSV(B) 16.58º 0.99% 0.3% -
XYZ 3.35 2.15 0.27 -
YUV 36.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 77 22 1 0 0.71 0.99 0.70 16.58 0.97 0.15
Hex 4D 16 1 0 47 63 46 11 61 F
Octal 115 26 1 0 107 143 106 21 141 17
Binary 1001101 10110 1 0 1000111 1100011 1000110 10001 1100001 1111

Color Harmonies of #4D1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1601

Black with #4D1601

Text Example


Text Example

White with #4D1601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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