#381C14

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

Shades of Brown Pod #381C14

Tints of Brown Pod #381C14

Color information

#381C14 (or 0x381C14) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 14. RGB value is (56,28,20). Sum of RGB (Red+Green+Blue) = 56+28+20=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C14 is #C7E3EB. Grayscale: #232323. Windows color (decimal): -13100012 or 1317944. OLE color: 1317944.

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

Color convert

RGB562820-
CMYK00.500.640.78
HSL13.33º47.37%14.9%-
HSV(B)13.33º64.29%21.96%-
XYZ2.171.720.88-
YUV35.46119.28142.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=53.85%
G=26.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56282000.500.640.7813.3347.3714.9
Hex381C14032404Ed2ff
Octal703424062100116155717
Binary111000111001010001100101000000100111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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