#381A10

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

Shades of Brown Pod #381A10

Tints of Brown Pod #381A10

Color information

#381A10 (or 0x381A10) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 10. RGB value is (56,26,16). Sum of RGB (Red+Green+Blue) = 56+26+16=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A10 is #C7E5EF. Grayscale: #212121. Windows color (decimal): -13100528 or 1055288. OLE color: 1055288.

HSL color Cylindrical-coordinate representation of color #381A10: hue angle of 15º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381A10 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB562616-
CMYK00.540.710.78
HSL15º55.56%14.12%-
HSV(B)15º71.43%21.96%-
XYZ2.091.620.69-
YUV33.83117.94143.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=57.14%
G=26.53%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56261600.540.710.781555.5614.12
Hex381A10036474Ef38e
Octal703220066107116177016
Binary111000110101000001101101000111100111011111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,26,16); }

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

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

 a { background-color: rgb(56,26,16); }

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

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

 span { border-color: rgb(56,26,16); }

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