#4D210A

Color #4D210A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #4D210A

Tints of Brown Pod #4D210A

Color information

#4D210A (or 0x4D210A) is unknown color: approx Brown Pod. HEX triplet: 4D, 21 and 0A. RGB value is (77,33,10). Sum of RGB (Red+Green+Blue) = 77+33+10=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D210A is #B2DEF5. Grayscale: #2B2B2B. Windows color (decimal): -11722486 or 663885. OLE color: 663885.

HSL color Cylindrical-coordinate representation of color #4D210A: hue angle of 20.6º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D210A is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB773310-
CMYK00.570.870.70
HSL20.6º77.01%17.06%-
HSV(B)20.6º87.01%30.2%-
XYZ3.662.690.61-
YUV43.53109.08151.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.17%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=64.17%
G=27.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77331000.570.870.7020.677.0117.06
Hex4D21A0395746154d11
Octal11541120711271062511521
Binary1001101100001101001110011010111100011010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,10); }

 H1.HeaderClassName
 {
   color: #4D210A;
 }
 .AnyTagClassName
 {
   color: #4D210A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,33,10); }

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

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

 span { border-color: rgb(77,33,10); }

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