#391502

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

Shades of Brown Pod #391502

Tints of Brown Pod #391502

Color information

#391502 (or 0x391502) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 02. RGB value is (57,21,2). Sum of RGB (Red+Green+Blue) = 57+21+2=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391502 is #C6EAFD. Grayscale: #1D1D1D. Windows color (decimal): -13036286 or 136505. OLE color: 136505.

HSL color Cylindrical-coordinate representation of color #391502: hue angle of 20.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #391502 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57212-
CMYK00.630.960.78
HSL20.73º93.22%11.57%-
HSV(B)20.73º96.49%22.35%-
XYZ1.971.410.23-
YUV29.6112.43147.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=71.25%
G=26.25%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721200.630.960.7820.7393.2211.57
Hex3915203F604E155dc
Octal712520771401162513514
Binary11100110101100111111110000010011101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391502; }

 p { color: rgb(57,21,2); }

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

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

 a { background-color: rgb(57,21,2); }

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

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

 span { border-color: rgb(57,21,2); }

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