#4b170d

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

Shades of Brown Pod #4B170D

Tints of Brown Pod #4B170D

Color information

#4B170D (or 0x4B170D) is unknown color: approx Brown Pod. HEX triplet: 4B, 17 and 0D. RGB value is (75,23,13). Sum of RGB (Red+Green+Blue) = 75+23+13=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B170D is #B4E8F2. Grayscale: #252525. Windows color (decimal): -11856115 or 857931. OLE color: 857931.

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

Color convert

RGB752313-
CMYK00.690.830.71
HSL9.68º70.45%17.25%-
HSV(B)9.68º82.67%29.41%-
XYZ3.282.140.62-
YUV37.41114.23154.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 67.57%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=67.57%
G=20.72%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75231300.690.830.719.6870.4517.25
Hex4B17D0455347a4611
Octal113271501051231071210621
Binary100101110111110101000101101001110001111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b170d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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