#30170C

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

Shades of Brown Pod #30170C

Tints of Brown Pod #30170C

Color information

#30170C (or 0x30170C) is unknown color: approx Brown Pod. HEX triplet: 30, 17 and 0C. RGB value is (48,23,12). Sum of RGB (Red+Green+Blue) = 48+23+12=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170C is #CFE8F3. Grayscale: #1D1D1D. Windows color (decimal): -13625588 or 792368. OLE color: 792368.

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

Color convert

RGB482312-
CMYK00.520.750.81
HSL18.33º60%11.76%-
HSV(B)18.33º75%18.82%-
XYZ1.591.270.51-
YUV29.22118.28141.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=57.83%
G=27.71%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48231200.520.750.8118.336011.76
Hex3017C0344B51123cc
Octal602714064113121227414
Binary110000101111100011010010010111010001100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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