Html Css Color HEX #4D1307 Brown Pod

📋 copy color: '#4D1307'

red 77 ◦ green 19 ◦ blue 7

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

Shades of Brown Pod #4D1307

Tints of Brown Pod #4D1307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 7 (3.13% from 255) = 6.8%

R = 74.76%
G = 18.45%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4D1307 (or 0x4D1307) is known color: Brown Pod. HEX triplet: 4D, 13 and 07. RGB value is (77,19,7). Sum of RGB (Red+Green+Blue) = 77+19+7=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1307 is #B2ECF8. Grayscale: #232323. Windows color (decimal): -11726073 or 463693. OLE color: 463693.

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

Color convert

RGB 77 19 7 -
CMYK 0 0.75 0.91 0.70
HSL 10.29º 0.83% 0.16% -
HSV(B) 10.29º 0.91% 0.3% -
XYZ 3.33 2.06 0.42 -
YUV 34.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 77 19 7 0 0.75 0.91 0.70 10.29 0.83 0.16
Hex 4D 13 7 0 4B 5B 46 A 53 10
Octal 115 23 7 0 113 133 106 12 123 20
Binary 1001101 10011 111 0 1001011 1011011 1000110 1010 1010011 10000

Color Harmonies of #4D1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1307

Black with #4D1307

Text Example


Text Example

White with #4D1307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,7); }

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

background-color css

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

 a { background-color: rgb(77,19,7); }

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

border-color css

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

 span { border-color: rgb(77,19,7); }

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