#391202

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

Shades of Brown Pod #391202

Tints of Brown Pod #391202

Color information

#391202 (or 0x391202) is unknown color: approx Brown Pod. HEX triplet: 39, 12 and 02. RGB value is (57,18,2). Sum of RGB (Red+Green+Blue) = 57+18+2=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #391202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391202 is #C6EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13037054 or 135737. OLE color: 135737.

HSL color Cylindrical-coordinate representation of color #391202: hue angle of 17.45º 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 #391202 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57182-
CMYK00.680.960.78
HSL17.45º93.22%11.57%-
HSV(B)17.45º96.49%22.35%-
XYZ1.911.310.21-
YUV27.84113.42148.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 74.03%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=74.03%
G=23.38%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5718200.680.960.7817.4593.2211.57
Hex39122044604E115dc
Octal7122201041401162113514
Binary111001100101001000100110000010011101000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391202; }

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

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

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

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

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

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

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

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