#4B1709

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

Shades of Brown Pod #4B1709

Tints of Brown Pod #4B1709

Color information

#4B1709 (or 0x4B1709) is unknown color: approx Brown Pod. HEX triplet: 4B, 17 and 09. RGB value is (75,23,9). Sum of RGB (Red+Green+Blue) = 75+23+9=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1709 is #B4E8F6. Grayscale: #252525. Windows color (decimal): -11856119 or 595787. OLE color: 595787.

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

Color convert

RGB75239-
CMYK00.690.880.71
HSL12.73º78.57%16.47%-
HSV(B)12.73º88%29.41%-
XYZ3.262.130.5-
YUV36.95112.23155.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.09%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=70.09%
G=21.50%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7523900.690.880.7112.7378.5716.47
Hex4B1790455847d4f10
Octal113271101051301071511720
Binary100101110111100101000101101100010001111101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,9); }

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

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

 a { background-color: rgb(75,23,9); }

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

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

 span { border-color: rgb(75,23,9); }

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