#30170B

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

Shades of Brown Pod #30170B

Tints of Brown Pod #30170B

Color information

#30170B (or 0x30170B) is unknown color: approx Brown Pod. HEX triplet: 30, 17 and 0B. RGB value is (48,23,11). Sum of RGB (Red+Green+Blue) = 48+23+11=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170B is #CFE8F4. Grayscale: #1D1D1D. Windows color (decimal): -13625589 or 726832. OLE color: 726832.

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

Color convert

RGB482311-
CMYK00.520.770.81
HSL19.46º62.71%11.57%-
HSV(B)19.46º77.08%18.82%-
XYZ1.591.270.48-
YUV29.11117.78141.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=58.54%
G=28.05%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48231100.520.770.8119.4662.7111.57
Hex3017B0344D51133fc
Octal602713064115121237714
Binary110000101111011011010010011011010001100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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