#381C17

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

Shades of Brown Pod #381C17

Tints of Brown Pod #381C17

Color information

#381C17 (or 0x381C17) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 17. RGB value is (56,28,23). Sum of RGB (Red+Green+Blue) = 56+28+23=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C17 is #C7E3E8. Grayscale: #232323. Windows color (decimal): -13100009 or 1514552. OLE color: 1514552.

HSL color Cylindrical-coordinate representation of color #381C17: hue angle of 9.09º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381C17 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB562823-
CMYK00.500.590.78
HSL9.09º41.77%15.49%-
HSV(B)9.09º58.93%21.96%-
XYZ2.21.731.03-
YUV35.8120.78142.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=52.34%
G=26.17%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56282300.500.590.789.0941.7715.49
Hex381C170323B4E92af
Octal70342706273116115217
Binary11100011100101110110010111011100111010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C17; }

 p { color: rgb(56,28,23); }

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

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

 a { background-color: rgb(56,28,23); }

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

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

 span { border-color: rgb(56,28,23); }

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