#4A1B0C

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

Shades of Brown Pod #4A1B0C

Tints of Brown Pod #4A1B0C

Color information

#4A1B0C (or 0x4A1B0C) is unknown color: approx Brown Pod. HEX triplet: 4A, 1B and 0C. RGB value is (74,27,12). Sum of RGB (Red+Green+Blue) = 74+27+12=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1B0C is #B5E4F3. Grayscale: #272727. Windows color (decimal): -11920628 or 793418. OLE color: 793418.

HSL color Cylindrical-coordinate representation of color #4A1B0C: hue angle of 14.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1B0C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB742712-
CMYK00.640.840.71
HSL14.52º72.09%16.86%-
HSV(B)14.52º83.78%29.02%-
XYZ3.282.270.61-
YUV39.34112.57152.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 65.49%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=65.49%
G=23.89%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74271200.640.840.7114.5272.0916.86
Hex4A1BC0405447f4811
Octal112331401001241071711021
Binary100101011011110001000000101010010001111111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,27,12); }

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

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

 a { background-color: rgb(74,27,12); }

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

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

 span { border-color: rgb(74,27,12); }

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