#4B1102

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

Shades of Brown Pod #4B1102

Tints of Brown Pod #4B1102

Color information

#4B1102 (or 0x4B1102) is unknown color: approx Brown Pod. HEX triplet: 4B, 11 and 02. RGB value is (75,17,2). Sum of RGB (Red+Green+Blue) = 75+17+2=94 (12% of max value = 765). Red value is 75 (29.69% from 255 or 79.79% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1102 is #B4EEFD. Grayscale: #202020. Windows color (decimal): -11857662 or 135499. OLE color: 135499.

HSL color Cylindrical-coordinate representation of color #4B1102: hue angle of 12.33º 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 #4B1102 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB75172-
CMYK00.770.970.71
HSL12.33º94.81%15.1%-
HSV(B)12.33º97.33%29.41%-
XYZ3.111.90.26-
YUV32.63110.72158.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 79.79%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=79.79%
G=18.09%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7517200.770.970.7112.3394.8115.1
Hex4B11204D6147c5ff
Octal11321201151411071413717
Binary100101110001100100110111000011000111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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