#4B1602

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

Shades of Brown Pod #4B1602

Tints of Brown Pod #4B1602

Color information

#4B1602 (or 0x4B1602) is unknown color: approx Brown Pod. HEX triplet: 4B, 16 and 02. RGB value is (75,22,2). Sum of RGB (Red+Green+Blue) = 75+22+2=99 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75.76% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1602 is #B4E9FD. Grayscale: #232323. Windows color (decimal): -11856382 or 136779. OLE color: 136779.

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

Color convert

RGB75222-
CMYK00.710.970.71
HSL16.44º94.81%15.1%-
HSV(B)16.44º97.33%29.41%-
XYZ3.22.070.29-
YUV35.57109.06156.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 75.76%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=75.76%
G=22.22%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7522200.710.970.7116.4494.8115.1
Hex4B1620476147105ff
Octal11326201071411072013717
Binary1001011101101001000111110000110001111000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,22,2); }

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

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

 a { background-color: rgb(75,22,2); }

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

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

 span { border-color: rgb(75,22,2); }

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