#4B2013

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

Shades of Brown Pod #4B2013

Tints of Brown Pod #4B2013

Color information

#4B2013 (or 0x4B2013) is unknown color: approx Brown Pod. HEX triplet: 4B, 20 and 13. RGB value is (75,32,19). Sum of RGB (Red+Green+Blue) = 75+32+19=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2013 is #B4DFEC. Grayscale: #2B2B2B. Windows color (decimal): -11853805 or 1253451. OLE color: 1253451.

HSL color Cylindrical-coordinate representation of color #4B2013: hue angle of 13.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2013 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB753219-
CMYK00.570.750.71
HSL13.93º59.57%18.43%-
HSV(B)13.93º74.67%29.41%-
XYZ3.542.580.93-
YUV43.38114.25150.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=59.52%
G=25.40%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75321900.570.750.7113.9359.5718.43
Hex4B20130394B47e3c12
Octal1134023071113107167422
Binary100101110000010011011100110010111000111111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,19); }

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

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

 a { background-color: rgb(75,32,19); }

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

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

 span { border-color: rgb(75,32,19); }

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