#4B1305

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

Shades of Brown Pod #4B1305

Tints of Brown Pod #4B1305

Color information

#4B1305 (or 0x4B1305) is unknown color: approx Brown Pod. HEX triplet: 4B, 13 and 05. RGB value is (75,19,5). Sum of RGB (Red+Green+Blue) = 75+19+5=99 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75.76% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1305 is #B4ECFA. Grayscale: #222222. Windows color (decimal): -11857147 or 332619. OLE color: 332619.

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

Color convert

RGB75195-
CMYK00.750.930.71
HSL12º87.5%15.69%-
HSV(B)12º93.33%29.41%-
XYZ3.161.970.36-
YUV34.15111.55157.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 75.76%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=75.76%
G=19.19%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7519500.750.930.711287.515.69
Hex4B13504B5D47c5810
Octal11323501131351071413020
Binary10010111001110101001011101110110001111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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