#4B170B

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

Shades of Brown Pod #4B170B

Tints of Brown Pod #4B170B

Color information

#4B170B (or 0x4B170B) is unknown color: approx Brown Pod. HEX triplet: 4B, 17 and 0B. RGB value is (75,23,11). Sum of RGB (Red+Green+Blue) = 75+23+11=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B170B is #B4E8F4. Grayscale: #252525. Windows color (decimal): -11856117 or 726859. OLE color: 726859.

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

Color convert

RGB752311-
CMYK00.690.850.71
HSL11.25º74.42%16.86%-
HSV(B)11.25º85.33%29.41%-
XYZ3.272.130.56-
YUV37.18113.23154.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=68.81%
G=21.10%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75231100.690.850.7111.2574.4216.86
Hex4B17B0455547b4a11
Octal113271301051251071311221
Binary100101110111101101000101101010110001111011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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