#381911

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

Shades of Brown Pod #381911

Tints of Brown Pod #381911

Color information

#381911 (or 0x381911) is unknown color: approx Brown Pod. HEX triplet: 38, 19 and 11. RGB value is (56,25,17). Sum of RGB (Red+Green+Blue) = 56+25+17=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381911 is #C7E6EE. Grayscale: #212121. Windows color (decimal): -13100783 or 1120568. OLE color: 1120568.

HSL color Cylindrical-coordinate representation of color #381911: hue angle of 12.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381911 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB562517-
CMYK00.550.700.78
HSL12.31º53.42%14.31%-
HSV(B)12.31º69.64%21.96%-
XYZ2.081.580.72-
YUV33.36118.77144.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=57.14%
G=25.51%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56251700.550.700.7812.3153.4214.31
Hex381911037464Ec35e
Octal703121067106116146516
Binary111000110011000101101111000110100111011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381911; }

 p { color: rgb(56,25,17); }

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

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

 a { background-color: rgb(56,25,17); }

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

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

 span { border-color: rgb(56,25,17); }

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