#381A0E

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

Shades of Brown Pod #381A0E

Tints of Brown Pod #381A0E

Color information

#381A0E (or 0x381A0E) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 0E. RGB value is (56,26,14). Sum of RGB (Red+Green+Blue) = 56+26+14=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A0E is #C7E5F1. Grayscale: #212121. Windows color (decimal): -13100530 or 924216. OLE color: 924216.

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

Color convert

RGB562614-
CMYK00.540.750.78
HSL17.14º60%13.73%-
HSV(B)17.14º75%21.96%-
XYZ2.081.610.62-
YUV33.6116.94143.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=58.33%
G=27.08%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56261400.540.750.7817.146013.73
Hex381AE0364B4E113ce
Octal703216066113116217416
Binary111000110101110011011010010111001110100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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