#4B2310

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

Shades of Brown Pod #4B2310

Tints of Brown Pod #4B2310

Color information

#4B2310 (or 0x4B2310) is unknown color: approx Brown Pod. HEX triplet: 4B, 23 and 10. RGB value is (75,35,16). Sum of RGB (Red+Green+Blue) = 75+35+16=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2310 is #B4DCEF. Grayscale: #2C2C2C. Windows color (decimal): -11853040 or 1057611. OLE color: 1057611.

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

Color convert

RGB753516-
CMYK00.530.790.71
HSL19.32º64.84%17.84%-
HSV(B)19.32º78.67%29.41%-
XYZ3.62.740.83-
YUV44.79111.75149.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=59.52%
G=27.78%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75351600.530.790.7119.3264.8417.84
Hex4B23100354F47134112
Octal11343200651171072310122
Binary10010111000111000001101011001111100011110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,16); }

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

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

 a { background-color: rgb(75,35,16); }

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

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

 span { border-color: rgb(75,35,16); }

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