#391B02

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

Shades of Brown Pod #391B02

Tints of Brown Pod #391B02

Color information

#391B02 (or 0x391B02) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 02. RGB value is (57,27,2). Sum of RGB (Red+Green+Blue) = 57+27+2=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B02 is #C6E4FD. Grayscale: #212121. Windows color (decimal): -13034750 or 138041. OLE color: 138041.

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

Color convert

RGB57272-
CMYK00.530.960.78
HSL27.27º93.22%11.57%-
HSV(B)27.27º96.49%22.35%-
XYZ2.091.660.27-
YUV33.12110.44145.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=66.28%
G=31.40%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727200.530.960.7827.2793.2211.57
Hex391B2035604E1b5dc
Octal713320651401163313514
Binary11100111011100110101110000010011101101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391B02; }

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

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

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

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

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

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

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

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