Html Css Color HEX #4D1F02 Brown Pod

📋 copy color: '#4D1F02'

red 77 ◦ green 31 ◦ blue 2

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

Shades of Brown Pod #4D1F02

Tints of Brown Pod #4D1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 70%
G = 28.18%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D1F02 (or 0x4D1F02) is known color: Brown Pod. HEX triplet: 4D, 1F and 02. RGB value is (77,31,2). Sum of RGB (Red+Green+Blue) = 77+31+2=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F02 is #B2E0FD. Grayscale: #292929. Windows color (decimal): -11723006 or 139085. OLE color: 139085.

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

Color convert

RGB 77 31 2 -
CMYK 0 0.60 0.97 0.70
HSL 23.2º 0.95% 0.15% -
HSV(B) 23.2º 0.97% 0.3% -
XYZ 3.56 2.56 0.36 -
YUV 41.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 77 31 2 0 0.60 0.97 0.70 23.2 0.95 0.15
Hex 4D 1F 2 0 3C 61 46 17 5F F
Octal 115 37 2 0 74 141 106 27 137 17
Binary 1001101 11111 10 0 111100 1100001 1000110 10111 1011111 1111

Color Harmonies of #4D1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F02

Black with #4D1F02

Text Example


Text Example

White with #4D1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,2); }

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

background-color css

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

 a { background-color: rgb(77,31,2); }

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

border-color css

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

 span { border-color: rgb(77,31,2); }

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