#30170D

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

Shades of Brown Pod #30170D

Tints of Brown Pod #30170D

Color information

#30170D (or 0x30170D) is unknown color: approx Brown Pod. HEX triplet: 30, 17 and 0D. RGB value is (48,23,13). Sum of RGB (Red+Green+Blue) = 48+23+13=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170D is #CFE8F2. Grayscale: #1D1D1D. Windows color (decimal): -13625587 or 857904. OLE color: 857904.

HSL color Cylindrical-coordinate representation of color #30170D: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30170D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482313-
CMYK00.520.730.81
HSL17.14º57.38%11.96%-
HSV(B)17.14º72.92%18.82%-
XYZ1.61.270.54-
YUV29.34118.78141.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=57.14%
G=27.38%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48231300.520.730.8117.1457.3811.96
Hex3017D03449511139c
Octal602715064111121217114
Binary110000101111101011010010010011010001100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30170D; }

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

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

<style>
 a { background-color: #30170D; }

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

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

<style>
 span { border-color: #30170D; }

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

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