#381E14

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

Shades of Brown Pod #381E14

Tints of Brown Pod #381E14

Color information

#381E14 (or 0x381E14) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 14. RGB value is (56,30,20). Sum of RGB (Red+Green+Blue) = 56+30+20=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E14 is #C7E1EB. Grayscale: #242424. Windows color (decimal): -13099500 or 1318456. OLE color: 1318456.

HSL color Cylindrical-coordinate representation of color #381E14: hue angle of 16.67º 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 #381E14 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB563020-
CMYK00.460.640.78
HSL16.67º47.37%14.9%-
HSV(B)16.67º64.29%21.96%-
XYZ2.221.820.9-
YUV36.63118.61141.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=52.83%
G=28.30%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56302000.460.640.7816.6747.3714.9
Hex381E1402E404E112ff
Octal703624056100116215717
Binary1110001111010100010111010000001001110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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